Skip to content

Commit edcc598

Browse files
Merge pull request #2584 from dwdougherty/master
Minor correction to list data type page
2 parents 9ed7a1b + 17ae2f7 commit edcc598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/data-types/lists.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ This is an example of a `BRPOP` call we could use in the worker:
305305
(2.01s)
306306
{{< /clients-example >}}
307307

308-
It means: "wait for elements in the list `tasks`, but return if after 5 seconds
308+
It means: "wait for elements in the list `bikes:repairs`, but return if after 5 seconds
309309
no element is available".
310310

311311
Note that you can use 0 as timeout to wait for elements forever, and you can

0 commit comments

Comments
 (0)