Skip to content

Commit 71385aa

Browse files
authored
Update tutorial03_answer.md
1 parent f0aa553 commit 71385aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorial03_answer/tutorial03_answer.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ static int lept_parse_string(lept_context* c, lept_value* v) {
202202
unescaped = %x20-21 / %x23-5B / %x5D-10FFFF
203203
~~~
204204
205-
当中空缺的 %x22 是双括号,%x5C 是反斜线,都已经处理。所以不合法的字符是 %x00 至 %x1F。我们简单地在 default 里处理:
205+
当中空缺的 %x22 是双引号,%x5C 是反斜线,都已经处理。所以不合法的字符是 %x00 至 %x1F。我们简单地在 default 里处理:
206206
207207
~~~c
208208
/* ... */

0 commit comments

Comments
 (0)