Skip to content

Commit f519cdf

Browse files
committed
Fix .rst build error
1 parent 6662dd5 commit f519cdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Lexicon.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ source code, tests, and commit messages. See also the `LLVM lexicon`_.
8383
convert to and from normal Optionals with the same wrapped type.
8484

8585
IWYU (include what you use)
86-
The accepted wisdom that implementation files (``.cpp``, `.c`, ``.m``,
86+
The accepted wisdom that implementation files (``.cpp``, ``.c``, ``.m``,
8787
``.mm``) should explicity ``#include`` or ``#import`` the headers they use.
8888
Doing so prevents compilation errors when header files are included in a
8989
different order, or when header files are modified to use forward

0 commit comments

Comments
 (0)