Skip to content

Commit aeab6b2

Browse files
committed
Update README.md
1 parent eb497a2 commit aeab6b2

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
@@ -210,7 +210,7 @@ mx("str").union(mx("ing")).toArray(); // ["s", "t", "r", "i", "n", "g"]
210210
You can write:
211211

212212
````javascript
213-
mx([1, 2]).union([3, 4]).toArray(); // [1, 4, 9, 16]
213+
mx([1, 2]).union([3, 4]).toArray(); // [1, 2, 3, 4]
214214
mx("str").union("ing").toArray(); // ["s", "t", "r", "i", "n", "g"]
215215
````
216216

0 commit comments

Comments
 (0)