We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6168cb1 commit 9e46be7Copy full SHA for 9e46be7
source/reference/method/db.grantRolesToUser.txt
@@ -13,7 +13,7 @@ db.grantRolesToUser()
13
Definition
14
----------
15
16
-.. method:: db.grantRolesToUser ( username, roles, writeConcern )
+.. method:: db.grantRolesToUser(username, roles, writeConcern)
17
18
Grants additional roles to a user.
19
@@ -99,7 +99,7 @@ roles:
99
}
100
]
101
102
-The following :method:`grantRolesToUser()` operation gives ``accountUser01``
+The following :method:`db.grantRolesToUser()` operation gives ``accountUser01``
103
the :authrole:`readWrite` role on the ``products`` database and the
104
:authrole:`read` role on the ``stock`` database.
105
0 commit comments