We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9e10e6 commit 2564892Copy full SHA for 2564892
tutorial06/tutorial06.md
@@ -47,7 +47,7 @@ object = %x7B ws [ member *( ws %x2C ws member ) ] ws %x7D
47
48
在 ECMA-404 标准中,并没有规定对象中每个成员的键一定要唯一的,也没有规定是否需要维持成员的次序。
49
50
-为了简单起见,我们的 leptjson 选择用动态数组的方案。我们会再单元八才加入动态功能,所以这单元中,每个对象仅仅是成员的数组。那么它跟上一单元的数组非常接近:
+为了简单起见,我们的 leptjson 选择用动态数组的方案。我们将在单元八才加入动态功能,所以这单元中,每个对象仅仅是成员的数组。那么它跟上一单元的数组非常接近:
51
52
~~~c
53
typedef struct lept_value lept_value;
0 commit comments