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.