Skip to content

Commit bd3262c

Browse files
Apply correction from LLM
1 parent 78904b0 commit bd3262c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stage_descriptions/auth-04-pl7.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ In this stage, you'll add support for responding to the `ACL GETUSER` command wi
22

33
### The `passwords` property
44

5-
A user in the Redis ACL system can have one or more passwords associated with them. The `ACL GETUSER` command also returns the `passwords` property of the specified user.
5+
A user in the Redis ACL system can have zero or more passwords associated with them. The `ACL GETUSER` command also returns the `passwords` property of the specified user.
66

77
Example usage:
88
```bash

0 commit comments

Comments
 (0)