From 0abb11c5c7ea7fa9b768ff1d84c2f31b8d00ad12 Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Mon, 23 Jan 2017 18:17:46 +0000 Subject: [PATCH] Fix documentation typo from r292558. llvm-svn: 292811 --- clang/docs/LanguageExtensions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/docs/LanguageExtensions.rst b/clang/docs/LanguageExtensions.rst index 885ad579ba72..164dfc585e33 100644 --- a/clang/docs/LanguageExtensions.rst +++ b/clang/docs/LanguageExtensions.rst @@ -1780,7 +1780,7 @@ String builtins --------------- Clang provides constant expression evaluation support for builtins forms of -the following functions from the C standard library ```` header: +the following functions from the C standard library ```` header: * ``memchr`` * ``memcmp``