diff options
-rw-r--r-- | clang/docs/LanguageExtensions.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/LanguageExtensions.rst b/clang/docs/LanguageExtensions.rst index 6427067452e..29e971c1bb7 100644 --- a/clang/docs/LanguageExtensions.rst +++ b/clang/docs/LanguageExtensions.rst @@ -2344,4 +2344,4 @@ statements in C) The pragma can also be used with ``off`` which turns FP contraction off for a section of the code. This can be useful when fast contraction is otherwise -enabled for the translation unit with the ``-ffp-contract=fast` flag. +enabled for the translation unit with the ``-ffp-contract=fast`` flag. |