Skip to content

Commit 8c86ab8

Browse files
committed
06-refactor-project: fix typo
修正标注格式错误;
1 parent b9c8d00 commit 8c86ab8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapters/06-refactor-project.md

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

0 commit comments

Comments
 (0)