From 2b4fddc0494b9aa0a885d11b691a63745a376f1d Mon Sep 17 00:00:00 2001 From: Jie Liang Date: Sat, 30 Mar 2019 10:37:58 -0500 Subject: [PATCH] Update 10_Summary_of_the_Grammar(from Lexical Structure -> Types).md --- ...Summary_of_the_Grammar(from Lexical Structure -> Types).md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 33bee25e..7f335cf8 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 @@ -22,7 +22,7 @@ > > *换行符* → U+000D 后面是 U+000A > -> *注释* → **//** [单行内容注释](./02_Lexical_Structure.md#comment-text line-break) +> *注释* → **//** [单行内容注释](./02_Lexical_Structure.md#comment-text) [换行符](./02_Lexical_Structure.md#line-break) > > *注释* → **/\*** [多行内容注释](./02_Lexical_Structure.md#multiline-comment-text) **\*/** > @@ -235,7 +235,7 @@ > > *unicode 标量数字* → 一到八位的十六进制数字 > -> *转义换行符* → [转义序列](./02_Lexical_Structure.md#escape-sequence) [空白](./02_Lexical_Structure.md#whitespace)可选 [断行符](./02_Lexical_Structure.md#line-break) +> *转义换行符* → [转义序列](./02_Lexical_Structure.md#escape-sequence) [空白](./02_Lexical_Structure.md#whitespace)可选 [换行符](./02_Lexical_Structure.md#line-break)