summaryrefslogtreecommitdiff
path: root/docs/LanguageExtensions.rst
diff options
context:
space:
mode:
authorAdam Nemet <anemet@apple.com>2017-04-04 23:46:34 +0000
committerAdam Nemet <anemet@apple.com>2017-04-04 23:46:34 +0000
commit30febd14fd42b7be401a4b0fc0df037fc6893b59 (patch)
treedf36e4fc37397650c1ed7cabc25ea70856080e3a /docs/LanguageExtensions.rst
parent70b479cba64cca532022d71401555417f795f4b4 (diff)
Another attempt to fix the sphinx warning from r299470
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@299488 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/LanguageExtensions.rst')
-rw-r--r--docs/LanguageExtensions.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/LanguageExtensions.rst b/docs/LanguageExtensions.rst
index 6427067452..29e971c1bb 100644
--- a/docs/LanguageExtensions.rst
+++ b/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.