Skip to content

Commit 459ed9a

Browse files
committed
Fix typo in Client::__get() documentation
1 parent a2d9131 commit 459ed9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public function __debugInfo()
7676
/**
7777
* Select a database.
7878
*
79-
* Note: collections whose names contain special characters (e.g. "-") may
79+
* Note: databases whose names contain special characters (e.g. "-") may
8080
* be selected with complex syntax (e.g. $client->{"that-database"}) or
8181
* {@link selectDatabase()}.
8282
*

0 commit comments

Comments
 (0)