From cd435f5a288fabec0c52bf5391db8ef3f71e9258 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=A7=E7=BD=97?= Date: Sat, 30 Mar 2019 20:18:14 +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 cbd86993..33bee25e 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#multiline-comment-text) **\*/** > > >