Skip to content

Commit cb18f6f

Browse files
committed
Fix documentation typo.
1 parent 4f1b0e9 commit cb18f6f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ The following features, which are not supported in standard JSON, have been adde
102102

103103
- A global reviver function can be specified.
104104
- For the benefit of anonymous (arrow) functions, which do not have their own `this`, reviver functions are passed the holder of a key/value pair as, or along with, the third argument to the function.
105-
- Just as described above for replacer functions, reviver function can return the special values `JSONZ.DELETE`, `JSONZ.EXCISE`, and `JSONZ.UNDEFINED`.
105+
- Just as described above for replacer functions, reviver functions can return the special values `JSONZ.DELETE`, `JSONZ.EXCISE`, and `JSONZ.UNDEFINED`.
106106

107107
### Extended types (JSON-Z specific)
108108

0 commit comments

Comments
 (0)