10000 Fix typo in docs. Fixes #289 · powercoder23/immutable-js@7d69f95 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7d69f95

Browse files
committed
Fix typo in docs. Fixes immutable-js#289
1 parent 8bcf8c6 commit 7d69f95

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

dist/immutable.d.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2286,8 +2286,6 @@ declare module 'immutable' {
22862286
* Returns an Iterable of the same type "zipped" with the provided
22872287
* iterables by using a custom `zipper` function.
22882288
*
2289-
* Like `zipWith`, but using the default `zipper`: creating an `Array`.
2290-
*
22912289
* var a = Seq.of(1, 2, 3);
22922290
* var b = Seq.of(4, 5, 6);
22932291
* var c = a.zip(b); // Seq [ [ 1, 4 ], [ 2, 5 ], [ 3, 6 ] ]

type-definitions/Immutable.d.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2286,8 +2286,6 @@ declare module 'immutable' {
22862286
* Returns an Iterable of the same type "zipped" with the provided
22872287
* iterables by using a custom `zipper` function.
22882288
*
2289-
* Like `zipWith`, but using the default `zipper`: creating an `Array`.
2290-
*
22912289
* var a = Seq.of(1, 2, 3);
22922290
* var b = Seq.of(4, 5, 6);
22932291
* var c = a.zip(b); // Seq [ [ 1, 4 ], [ 2, 5 ], [ 3, 6 ] ]

0 commit comments

Comments
 (0)
0