Skip to content

Commit 65de19d

Browse files
committed
181
1 parent 9c0f11c commit 65de19d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

181.精读《设计模式 - Interpreter 解释器模式》 copy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ add.interpreter("2 - 1") // false
114114

115115
这种将单个逻辑判断与文法组装解耦的做法,可以使逻辑判断与文法组装独立变换,使复杂语法解析转化为一个个具体的简单问题。
116116

117-
> 讨论地址是:[精读《设计模式 - Interpreter解释器模式》· Issue #296 · dt-fe/weekly](https://github.com/dt-fe/weekly/issues/296)
117+
> 讨论地址是:[精读《设计模式 - Interpreter 解释器模式》· Issue #296 · dt-fe/weekly](https://github.com/dt-fe/weekly/issues/296)
118118
119119
**如果你想参与讨论,请 [点击这里](https://github.com/dt-fe/weekly),每周都有新的主题,周末或周一发布。前端精读 - 帮你筛选靠谱的内容。**
120120

0 commit comments

Comments
 (0)