Skip to content

Commit 90521d0

Browse files
Update README.md
1 parent 71fd260 commit 90521d0

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
@@ -45,7 +45,7 @@ Primes are:
4545
Traverse is useful to reduce memory usage: no memory-consuming objects are being created in Lua while traversing.
4646
Function `json.traverse(s, callback, pos)` traverses JSON and invokes user-supplied callback function for each item found inside JSON.
4747

48-
`callback` function is provided with the following arguments:
48+
`callback` function will be invoked with the following arguments:
4949
```
5050
callback(path, json_type, value, pos, pos_last)
5151
path is array of nested JSON identifiers, this array is empty for root JSON element

0 commit comments

Comments
 (0)