Skip to content

Commit b1e5293

Browse files
committed
JT feedback
1 parent 0b036ef commit b1e5293

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/includes/usage-examples/write-code-examples.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,5 +109,5 @@
109109

110110
// Creates a GridFS bucket or references an existing one
111111
// start-gridfs
112-
$bucket = $client-><database name>->selectGridFSBucket();
113-
// end-gridfs
112+
$bucket = $client->selectDatabase('<database name>')->selectGridFSBucket();
113+
// end-gridfs

0 commit comments

Comments
 (0)