Skip to content

Commit f9bc375

Browse files
committed
Fix typo
1 parent f39092c commit f9bc375

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
@@ -121,7 +121,7 @@ System.out.println(JsonPrinter.prettyPrint(obj.toJson()));
121121
Although this library provides wrappers for Jackson, Gson, org.json and Jakarta, you still need to include the JSON implementation library which you are using in your dependencies.
122122

123123
## JSON data common interfaces
124-
If user want to implement zir own JSON data wrappers, here are some interfaces to work with.
124+
If user wants to implement zir own JSON data wrappers, here are some interfaces to work with.
125125

126126
For immutable JSON data: JsonValueBase, JsonArrayBase, JsonObjectBase <br>
127127
For mutable JSON data: JsonCore, JsonValueCore, JsonArrayCore, JsonObjectCore

0 commit comments

Comments
 (0)