Commit 459ed9aa authored by Jeremy Mikola's avatar Jeremy Mikola

Fix typo in Client::__get() documentation

parent a2d91319
......@@ -76,7 +76,7 @@ class Client
/**
* Select a database.
*
* Note: collections whose names contain special characters (e.g. "-") may
* Note: databases whose names contain special characters (e.g. "-") may
* be selected with complex syntax (e.g. $client->{"that-database"}) or
* {@link selectDatabase()}.
*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment