Skip to content

Commit a11a675

Browse files
committed
Repair sphinx doc generation
mistake in the log commit neglected to place a space after the `` literal, which messed up the build by incapacitating the sphinx generator. Reviewed By: beanz Differential Revision: https://reviews.llvm.org/D143208
1 parent 16492a6 commit a11a675

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ Arm and AArch64 Support in Clang
186186

187187
Floating Point Support in Clang
188188
-------------------------------
189-
- Add ``__builtin_elementwise_log``builtin for floating point types only.
189+
- Add ``__builtin_elementwise_log`` builtin for floating point types only.
190190

191191
Internal API Changes
192192
--------------------

0 commit comments

Comments
 (0)