From 212b685b245caf95c9d2b129a2a04585f6b9b4cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=A7=E7=BD=97?= Date: Sat, 30 Mar 2019 20:01:04 +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 f6b24c2c..b5a85031 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 @@ -24,7 +24,7 @@ > > *注释* → **//** [单行内容注释](./02_Lexical_Structure.md#comment-text line-break) > -> *注释* → **//*** [多行内容注释](./02_Lexical_Structure.md#comment-text line-break) **/*/** +> *注释* → **/*** [多行内容注释](./02_Lexical_Structure.md#comment-text line-break) ***/** > > >