Skip to content

Commit

Permalink
minor update: fix doc typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zjunothing committed Sep 12, 2024
1 parent c942c83 commit 1293384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/alibaba/fastjson/JSON.java
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
* Model model2 = JSON.parseObject(json, Model.class); // deserializes json into model2
* </pre>
*
* <p>If the object that your are serializing/deserializing is a {@code ParameterizedType}
* <p>If the object that you are serializing/deserializing is {@code ParameterizedType}
* (i.e. contains at least one type parameter and may be an array) then you must use the
* {@link #toJSONString(Object)} or {@link #parseObject(String, Type, Feature[])} method. Here is an
* example for serializing and deserialing a {@code ParameterizedType}:
Expand Down

0 comments on commit 1293384

Please sign in to comment.