Skip to content

Commit 83f4ada

Browse files
author
DESKTOP-CLP1LAB\detky
committed
Readme update
1 parent 8d42809 commit 83f4ada

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ To see it by yourself, please check how many time you need to find out what is d
77

88
```javascript
99
// Given an Array of objects representing persons, called 'peopleArray'
10-
var result = peopleArray
10+
peopleArray
1111
.Where({ age: Between(18,70), gender: 'M'})
1212
.Sort({ lastName: Sort.AscendingIgnoringCase})
1313
.RunEach(function(item, i) {

0 commit comments

Comments
 (0)