We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ChangeStreamDocument.getNamespaceDocument
1 parent 22cf7f9 commit 0de1c51Copy full SHA for 0de1c51
driver-core/src/main/com/mongodb/client/model/changestream/ChangeStreamDocument.java
@@ -131,7 +131,7 @@ public MongoNamespace getNamespace() {
131
}
132
133
/**
134
- * Returns the namespace cocument, derived from the "ns" field in a change stream document.
+ * Returns the namespace document, derived from the "ns" field in a change stream document.
135
*
136
* The namespace document is a BsonDocument containing the values associated with a MongoNamespace. The
137
* 'db' key refers to the database name and the 'coll' key refers to the collection name.
0 commit comments