Skip to content

Commit ed471d4

Browse files
authored
DOCSP-21619 fixing method format (#1408)
1 parent 0c68152 commit ed471d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/reference/method/db.getUser.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ Definition
1616
.. method:: db.getUser(username, args)
1717

1818
Returns user information for a specified user. Run this method on the
19-
user's database. The user must exist on the database on which the method
20-
runs.
19+
user's database. If the user doesn't exist in the database,
20+
:method:`db.getUser()` returns ``null``.
2121

2222
The :method:`db.getUser()` method has the following parameters:
2323

0 commit comments

Comments
 (0)