Fix sphinx warning from r299470
authorAdam Nemet <anemet@apple.com>
Tue, 4 Apr 2017 22:45:20 +0000 (22:45 +0000)
committerAdam Nemet <anemet@apple.com>
Tue, 4 Apr 2017 22:45:20 +0000 (22:45 +0000)
llvm-svn: 299481

clang/docs/LanguageExtensions.rst

index fc8780a..6427067 100644 (file)
@@ -2342,6 +2342,6 @@ statements in C)
   }
 
 
-The pragma can also be used with 'off' which turns FP contraction off for a
+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.