From e0028333313226b79b7d3009534be92d15da8f0b Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Wed, 18 Sep 2024 18:02:56 -0700 Subject: [PATCH] Update docs/markdown/snippets/b_sanitizer_changes.md Co-authored-by: Eli Schwartz --- docs/markdown/snippets/b_sanitizer_changes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/markdown/snippets/b_sanitizer_changes.md b/docs/markdown/snippets/b_sanitizer_changes.md index 954cdc1ebd56..eaf5355df6da 100644 --- a/docs/markdown/snippets/b_sanitizer_changes.md +++ b/docs/markdown/snippets/b_sanitizer_changes.md @@ -14,4 +14,4 @@ In order to not break backwards compatibility, meson will continue to return `get_option('b_sanitize')` as a string, with a guarantee that `address,undefined` will remain ordered. Calling `get_option('b_sanitize', format : 2)` -option returns a free form list with no ordering guarantees. +returns a free form list with no ordering guarantees.