]> granicus.if.org Git - clang/commitdiff
Documentation: remove a spurious '1' and wrap to 80 columns
authorDmitri Gribenko <gribozavr@gmail.com>
Fri, 28 Mar 2014 19:25:09 +0000 (19:25 +0000)
committerDmitri Gribenko <gribozavr@gmail.com>
Fri, 28 Mar 2014 19:25:09 +0000 (19:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@205035 91177308-0d34-0410-b5e6-96231b3b80d8

docs/Modules.rst

index 39aa73a343c48a2db720e9e9d90a297b30f88bcd..eec0b774cf6894cef9e26f669a7c6f3577af1b09 100644 (file)
@@ -242,7 +242,10 @@ a module, one must write a ``module.modulemap`` file for that library. The
 and is written in the module map language described below.
 
 .. note::
-    For compatibility with previous releases, if a module map file named ``module.modulemap`` is not found, Clang will also search for a file named ``module.map``. This behavior is deprecated and we plan to eventually remove it.1
+    For compatibility with previous releases, if a module map file named
+    ``module.modulemap`` is not found, Clang will also search for a file named
+    ``module.map``. This behavior is deprecated and we plan to eventually
+    remove it.
 
 As an example, the module map file for the C standard library might look a bit like this: