Skip to content

Commit e586bcf

Browse files
committed
Trigger workflow run
1 parent 30d7227 commit e586bcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/examples/manage-indexes/create-index-basic.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ func ExampleCreateIndexBasic(t *testing.T) {
4040
//const uri = "<connection-string>"
4141
// :uncomment-end:
4242

43-
// Connect to your Atlas cluster
43+
// Connect to the Atlas cluster
4444
clientOptions := options.Client().ApplyURI(uri)
4545
client, err := mongo.Connect(ctx, clientOptions)
4646
if err != nil {

0 commit comments

Comments
 (0)