Skip to content

Commit cce772f

Browse files
committed
Fix Javadoc typo
1 parent 31a1049 commit cce772f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bson/src/main/org/bson/types/ObjectId.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public static ObjectId get() {
7575
}
7676

7777
/**
78-
* Gets a new object id with the give date value and all other bits zeroed.
78+
* Gets a new object id with the given date value and all other bits zeroed.
7979
* <p>
8080
* The returned object id will compare as less than or equal to any other object id within the same second as the given date, and
8181
* less than any later date.

0 commit comments

Comments
 (0)