Details
-
Bug
-
Resolution: Fixed
-
Trivial - P5
-
None
Description
Description
There's a minor typo in the getCollectionInfos documentation]. Under the "Required Access" section, the first line says:
Since db.getCollectionInfos() is a wrapper around the listCollections, users mus have the same privileges as listCollections when access control is enforced.
|
There's a typo in "must", and the above sentence should be modified to:
Since db.getCollectionInfos() is a wrapper around the listCollections, users must have the same privileges as listCollections when access control is enforced.
|
Scope
- Fix typo
- Backport to 3.4 (if needed)