File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ The tester will execute your program like this:
2323$ ./your_program.sh
2424```
2525
26- It'll then send an ` ACL GETUSER ` command specifying the ` default ` user.
26+ It will then send an ` ACL GETUSER ` command specifying the ` default ` user.
2727
2828``` bash
2929$ redis-cli
@@ -40,4 +40,4 @@ The tester will validate the following for the response:
40401 . The first element of the array is the string ` flags ` , encoded as a RESP bulk string.
41412 . The second element of the array is a RESP array and contains the ` nopass ` flag.
42423 . The third element of the array is the string ` passwords ` , encoded as a RESP bulk string.
43- 4 . The fourth element of the array is an empty array because no passwords have been specified for the default user.
43+ 4 . The fourth element of the array is an empty array because no passwords have been specified for the default user.
You can’t perform that action at this time.
0 commit comments