Skip to content

Commit 2564892

Browse files
authored
Update tutorial06.md
1 parent a9e10e6 commit 2564892

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorial06/tutorial06.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ object = %x7B ws [ member *( ws %x2C ws member ) ] ws %x7D
4747

4848
在 ECMA-404 标准中,并没有规定对象中每个成员的键一定要唯一的,也没有规定是否需要维持成员的次序。
4949

50-
为了简单起见,我们的 leptjson 选择用动态数组的方案。我们会再单元八才加入动态功能,所以这单元中,每个对象仅仅是成员的数组。那么它跟上一单元的数组非常接近:
50+
为了简单起见,我们的 leptjson 选择用动态数组的方案。我们将在单元八才加入动态功能,所以这单元中,每个对象仅仅是成员的数组。那么它跟上一单元的数组非常接近:
5151

5252
~~~c
5353
typedef struct lept_value lept_value;

0 commit comments

Comments
 (0)