From 10bc54af00918ff8a04c8acecf94ac8b9237165c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=A7=E7=BD=97?= Date: Sat, 30 Mar 2019 20:09:50 +0800 Subject: [PATCH] Update 10_Summary_of_the_Grammar(from Lexical Structure -> Types).md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1. 修正转义 --- ...0_Summary_of_the_Grammar(from Lexical Structure -> Types).md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/chapter3/10_Summary_of_the_Grammar(from Lexical Structure -> Types).md b/source/chapter3/10_Summary_of_the_Grammar(from Lexical Structure -> Types).md index 9126e31d..cbd86993 100644 --- a/source/chapter3/10_Summary_of_the_Grammar(from Lexical Structure -> Types).md +++ b/source/chapter3/10_Summary_of_the_Grammar(from Lexical Structure -> Types).md @@ -40,7 +40,7 @@ > > *多行注释内容项* → [注释内容项](./02_Lexical_Structure.md#comment-text-item) > -> *多行注释内容项* → 除 **/*** 或 ***/** 外的任何 Unicode 标量值 +> *多行注释内容项* → 除 **/\*** 或 **\*/** 外的任何 Unicode 标量值 >