From e82cea38663338412df24c36ad701c95d5423bad Mon Sep 17 00:00:00 2001 From: Jie Liang Date: Fri, 19 Apr 2019 12:23:34 -0500 Subject: [PATCH] test gitbook anchor --- source/chapter3/08_Patterns.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/chapter3/08_Patterns.md b/source/chapter3/08_Patterns.md index 4aa9009a..3697bb96 100755 --- a/source/chapter3/08_Patterns.md +++ b/source/chapter3/08_Patterns.md @@ -60,8 +60,7 @@ let someValue = 42 > 标识符模式语法 > -#### identifier-pattern {#identifier-pattern} -> *标识符模式* → [*标识符*](./02_Lexical_Structure.md#identifier) +> *标识符模式{#identifier-pattern}* → [*标识符*](./02_Lexical_Structure.md#identifier) > ## 值绑定模式(Value-Binding Pattern) {#value-binding-pattern}