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)