Skip to content

Commit 4aa7455

Browse files
authored
Merge pull request miloyip#161 from keithnull/patch-2
Fix some incorrect function names.
2 parents db7fa38 + 4b76449 commit 4aa7455

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tutorial08/tutorial08.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -393,8 +393,8 @@ void lept_remove_object_value(lept_value* v, size_t index);
393393
本单元练习内容:
394394

395395
1. 完成 `lept_is_equal()` 里的对象比较部分。不需要考虑对象内有重复键的情况。
396-
2. 打开 `test_array_access()` 里的 `#if 0`,实现 `lept_insert_array_element()``lept_erase_array_element()``lept_clear_array()`
397-
3. 打开 `test_object_access()` 里的 `#if 0`,参考动态数组,实现第 5 部分列出的所有函数。
396+
2. 打开 `test_access_array()` 里的 `#if 0`,实现 `lept_insert_array_element()``lept_erase_array_element()``lept_clear_array()`
397+
3. 打开 `test_access_object()` 里的 `#if 0`,参考动态数组,实现第 5 部分列出的所有函数。
398398
4. 完成 `lept_copy()` 里的数组和对象的复制部分。
399399

400400
如果你遇到问题,有不理解的地方,或是有建议,都欢迎在评论或 [issue](https://github.com/miloyip/json-tutorial/issues) 中提出,让所有人一起讨论。

0 commit comments

Comments
 (0)