Skip to content

Commit

Permalink
Simplify the description of MongoDB.get_oplog_collection()
Browse files Browse the repository at this point in the history
  • Loading branch information
s3rvac committed May 28, 2022
1 parent 592dc96 commit 9a9fd00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mongodb.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ impl MongoDB {
Ok(cursor)
}

/// Returns access to the collection representing the oplog.
/// Returns access to the oplog.
fn get_oplog_collection(&self) -> Collection<Document> {
let db = self.client.database("local");
db.collection("oplog.rs")
Expand Down

0 comments on commit 9a9fd00

Please sign in to comment.