Skip to content

Commit 17dbe55

Browse files
committed
readme
1 parent 1e83d96 commit 17dbe55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
- 通过 C++ vector 容器管理 JSON 的数组和对象,实现内存自动管理。
1111

1212
优化:
13-
- 将 union 指针成员(指向类对象的指针`string*``vector<T>*`)替换为类对象本身。原代码保存在[指针分支](https://github.com/Beau-xu/LeptJSON-in-CPP/tree/class-pointer-in-union)
13+
- 将 union 指针成员(指向类对象的指针`string*``vector<T>*`)替换为类对象本身。原代码保存在[指针分支](https://github.com/Beau-xu/LeptJSON-in-CPP/tree/class-pointer-in-union)

0 commit comments

Comments
 (0)