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.
1 parent ecf1777 commit d123f8eCopy full SHA for d123f8e
source/includes/usage-examples/code-snippets/updateMany.go
@@ -56,6 +56,7 @@ func main() {
56
57
// Prints the number of updated documents
58
fmt.Printf("Documents updated: %v\n", result.ModifiedCount)
59
+ // end updatemany
60
61
// When you run this file for the first time, it should print output similar to the following:
62
// Documents updated: 296
0 commit comments