From 3e2520a893b701069dd736f88f9e9ccf633f421d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=A7=E7=BD=97?= Date: Sat, 30 Mar 2019 17:50:05 +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 调整格式 --- ...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 6e20eca7..f6b24c2c 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) **/*/** > > > @@ -366,7 +366,7 @@ > > *函数类型* → [类型](./03_Types.md#) **rethrows** **->** [类型](./03_Types.md#) > -> *函数类型子句* → **(**­ **)**­ +> *函数类型子句* → **(** **)** > > *函数类型子句* → **(** [函数类型参数列表](./03_Types.md#function-type-argument-list) *...*­可选 **)** >