diff --git a/source/chapter3/08_Patterns.md b/source/chapter3/08_Patterns.md index 3697bb96..4aa9009a 100755 --- a/source/chapter3/08_Patterns.md +++ b/source/chapter3/08_Patterns.md @@ -60,7 +60,8 @@ let someValue = 42 > 标识符模式语法 > -> *标识符模式{#identifier-pattern}* → [*标识符*](./02_Lexical_Structure.md#identifier) +#### identifier-pattern {#identifier-pattern} +> *标识符模式* → [*标识符*](./02_Lexical_Structure.md#identifier) > ## 值绑定模式(Value-Binding Pattern) {#value-binding-pattern}