From da02ec77a406bea01ad6c01caafb2ba0116be9f6 Mon Sep 17 00:00:00 2001 From: Michael Gurov Date: Mon, 16 Dec 2019 02:53:09 +0300 Subject: [PATCH] typo fixed --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 25ca48c..074e63a 100644 --- a/README.md +++ b/README.md @@ -107,12 +107,12 @@ Selects elements from `start` (inclusive) to `end` (exclusive), stepping by `ste If `step` is positive: - empty `start` treated as the first element inclusive - empty `end` treated as the last element inclusive - - `start` should be less then `end`, otherwise result would be empty + - `start` should be less then `end`, otherwise result will be empty If `step` is negative: - empty `start` treated as last element inclusive - empty `end` treated as the first element inclusive - - `start` should be greater then `end`, otherwise result would be empty + - `start` should be greater then `end`, otherwise result will be empty ### Filters