Skip to content

Commit 4246a1c

Browse files
authored
Update README.md
1 parent 2c6fbf3 commit 4246a1c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,8 @@ GET /posts/1/comments?_start=20&_end=30
167167
GET /posts/1/comments?_start=20&_limit=10
168168
```
169169

170+
_Works exactly as [Array.slice](https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Array/slice) (i.e. `_start` is inclusive and `_end` exclusive)_
171+
170172
### Operators
171173

172174
Add `_gte` or `_lte` for getting a range

0 commit comments

Comments
 (0)