Skip to content

Commit 09ffdf6

Browse files
committed
2 parents f73d93e + 0cda360 commit 09ffdf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ In a query that returns a sequence of values, the query variable itself never ho
9393
The following example uses the `toArray` method to immediately evaluate a sequence into an array:
9494

9595
````javascript
96-
mx([1, 2, 3, 4, 5]).select("t => t * t").toArray(); // [1, 2, 3, 4, 5]
96+
mx([1, 2, 3, 4, 5]).select("t => t * t").toArray(); // [1, 4, 9, 16, 25]
9797
````
9898

9999
The following example uses the `sum` method to evaluate sum of the first 10 numbers:

0 commit comments

Comments
 (0)