Skip to content

Commit d03d95e

Browse files
authored
Update index.md
1 parent 680e4ad commit d03d95e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorial/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
- JSON Copying
4141
*
4242
- [JSON Arrays: basics](https://github.com/rbtylee/tutorial-jsonc/blob/master/tutorial/list.md)
43-
* AJSON array by itself is valid JSON: [_*json-array00.c*_](https://github.com/rbtylee/tutorial-jsonc/blob/master/src/json-array00.c)
43+
* A JSON array by itself is valid JSON: [_*json-array00.c*_](https://github.com/rbtylee/tutorial-jsonc/blob/master/src/json-array00.c)
4444
* Deleting a JSON array value: [_*json-array01.c*_](https://github.com/rbtylee/tutorial-jsonc/blob/master/src/json-array01.c)
4545
* Looping over all JSON array values: [_*json-array02.c*_](https://github.com/rbtylee/tutorial-jsonc/blob/master/src/json-array02.c)
4646
- [JSON Arrays: sorting and searching](https://github.com/rbtylee/tutorial-jsonc/blob/master/tutorial/sort.md)

0 commit comments

Comments
 (0)