From e51919c649bcc1176931008ce685cbaf2b261748 Mon Sep 17 00:00:00 2001 From: chirag-mnet <87070931+chirag-mnet@users.noreply.github.com> Date: Tue, 3 Aug 2021 23:03:33 +0530 Subject: [PATCH] CORRECTED SPELLING Corrected the spelling: threat to treat, in the following sentence. If end is over the end of the list Redis will treat it just like the last element of the list. --- redis-doc/lrange.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redis-doc/lrange.markdown b/redis-doc/lrange.markdown index 4f67b28..6f79cbd 100644 --- a/redis-doc/lrange.markdown +++ b/redis-doc/lrange.markdown @@ -16,7 +16,7 @@ element and so on. Indexes out of range will not produce an error: if start is over the end of the list, or start > end, an empty list is returned. If end is over the end -of the list Redis will threat it just like the last element of the list. +of the list Redis will treat it just like the last element of the list. **RETURN VALUE**: A multi bulk reply of a list of elements in the specified range.