Skip to content

Commit e1be55e

Browse files
authored
Update README.md
1 parent 0cd100e commit e1be55e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ $ time ./test_speed <repeat times> < xxx.json
2020
~~~c
2121
/* Parse JSON document and create a JSON value. Returns NULL on parsing
2222
failures (Invalid JSON, nesting too deep, memory allocation failure).
23-
@doc JSON document */
23+
@doc: JSON document */
2424
json_value_t *json_value_parse(const char *doc);
2525

2626
/* Destroy the JSON value
27-
@val JSON value. Typically created by the parsing function. */
27+
@val: JSON value. Typically created by the parsing function. */
2828
void json_value_destroy(json_value_t *val);
2929

3030
/* Get JSON value's type

0 commit comments

Comments
 (0)