From 56db55b3ffe7b5c2865480d7a2c0b564d41196b3 Mon Sep 17 00:00:00 2001 From: r6eve Date: Thu, 26 Apr 2018 20:51:04 +0900 Subject: [PATCH] Fix typo --- C++11-Syntax-and-Feature.xhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C++11-Syntax-and-Feature.xhtml b/C++11-Syntax-and-Feature.xhtml index 342b32c..e7fbdcb 100644 --- a/C++11-Syntax-and-Feature.xhtml +++ b/C++11-Syntax-and-Feature.xhtml @@ -1368,7 +1368,7 @@ L"" ; // エラー char * ptr = "abc" ; // OK -char const * ptr = "abc" ' +char const * ptr = "abc" ;