Repair sphinx doc generation
authorJoshua Batista <jbatista@microsoft.com>
Thu, 2 Feb 2023 20:31:53 +0000 (12:31 -0800)
committerJoshua Batista <jbatista@microsoft.com>
Thu, 2 Feb 2023 20:33:53 +0000 (12:33 -0800)
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

clang/docs/ReleaseNotes.rst

index 3f1f492..c7b084e 100644 (file)
@@ -186,7 +186,7 @@ Arm and AArch64 Support in Clang
 
 Floating Point Support in Clang
 -------------------------------
-- Add ``__builtin_elementwise_log``builtin for floating point types only.
+- Add ``__builtin_elementwise_log`` builtin for floating point types only.
 
 Internal API Changes
 --------------------