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 30d7227 commit e586bcfCopy full SHA for e586bcf
go/examples/manage-indexes/create-index-basic.go
@@ -40,7 +40,7 @@ func ExampleCreateIndexBasic(t *testing.T) {
40
//const uri = "<connection-string>"
41
// :uncomment-end:
42
43
- // Connect to your Atlas cluster
+ // Connect to the Atlas cluster
44
clientOptions := options.Client().ApplyURI(uri)
45
client, err := mongo.Connect(ctx, clientOptions)
46
if err != nil {
0 commit comments