Skip to content

Commit eeebd82

Browse files
committed
Revert "correct minor typos"
This reverts commit 4002a34.
1 parent 8a13436 commit eeebd82

File tree

2 files changed

+1
-207
lines changed

2 files changed

+1
-207
lines changed

chapters/01-introduction.md

Lines changed: 0 additions & 206 deletions
This file was deleted.

chapters/09-refactor-project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ regexobject: {
6262
code: /\s\`\`\`\n?([^`]+)\`\`\`/g
6363
```
6464
65-
他会匹配对应的Markdown类型,随后进行替换和处理。而``str``,就是管理口的输入和输出。
65+
他会匹配对应的 Markdown 类型,随后进行替换和处理。而``str``,就是管理口的输入和输出。
6666
6767
接着,我们就可以对其进行简单的重构。
6868

0 commit comments

Comments
 (0)