Skip to content

Commit f025183

Browse files
author
DESKTOP-CLP1LAB\detky
committed
Readme update
1 parent 7093c4a commit f025183

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
@@ -9,7 +9,7 @@ The following example filters an array, sort the results and iterates the first
99
// With PowerArray:
1010
peopleArray
1111
.Where({ age: Between(18,70), gender: 'M' }) // filter
12-
.Sort{ lastName: Sort.AscendingIgnoringCase }) // sort
12+
.Sort({ lastName: Sort.AscendingIgnoringCase }) // sort
1313
.Take(10)
1414
.RunEach(function(item, i) { console.debug(i + ' ' + item.name); } ); // do stuff
1515

0 commit comments

Comments
 (0)