Skip to content

Commit 0de1c51

Browse files
committed
Fix a typo in ChangeStreamDocument.getNamespaceDocument
1 parent 22cf7f9 commit 0de1c51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

driver-core/src/main/com/mongodb/client/model/changestream/ChangeStreamDocument.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ public MongoNamespace getNamespace() {
131131
}
132132

133133
/**
134-
* Returns the namespace cocument, derived from the "ns" field in a change stream document.
134+
* Returns the namespace document, derived from the "ns" field in a change stream document.
135135
*
136136
* The namespace document is a BsonDocument containing the values associated with a MongoNamespace. The
137137
* 'db' key refers to the database name and the 'coll' key refers to the collection name.

0 commit comments

Comments
 (0)