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.
2 parents b6e2fa3 + 860dc8c commit 29cc868Copy full SHA for 29cc868
session.go
@@ -3003,7 +3003,7 @@ Error:
3003
// unmarshalled into by gobson. This function blocks until either a result
3004
// is available or an error happens. For example:
3005
//
3006
-// err := collection.Find(bson.M{"a", 1}).One(&result)
+// err := collection.Find(bson.M{"a": 1}).One(&result)
3007
3008
// In case the resulting document includes a field named $err or errmsg, which
3009
// are standard ways for MongoDB to return query errors, the returned err will
0 commit comments