Skip to content

Commit bedc800

Browse files
committed
docs fix
1 parent 9f5214b commit bedc800

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/com/mongodb/util/JSON.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
public class JSON {
2929

3030
/**
31-
* Serializes an object into it's JSON form.
31+
* Serializes an object into its JSON form.
3232
* <p>
3333
* This method delegates serialization to <code>JSONSerializers.getLegacy</code>
3434
*
@@ -43,7 +43,7 @@ public static String serialize( Object o ){
4343
}
4444

4545
/**
46-
* Serializes an object into it's JSON form
46+
* Serializes an object into its JSON form.
4747
* <p>
4848
* This method delegates serialization to <code>JSONSerializers.getLegacy</code>
4949
*

0 commit comments

Comments
 (0)