Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5670bab

Browse filesBrowse files
committed
fix seq documentation
1 parent 850b3f7 commit 5670bab
Copy full SHA for 5670bab

File tree

Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed

‎dist/immutable.d.ts

Copy file name to clipboardExpand all lines: dist/immutable.d.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1170,7 +1170,7 @@ declare module Immutable {
11701170
* example, no intermediate data structures are ever created, filter is only
11711171
* called three times, and map is only called once:
11721172
*
1173-
* console.log(evenSquares.get(1)); // 9
1173+
* console.log(oddSquares.get(1)); // 9
11741174
*
11751175
* Seq allows for the efficient chaining of operations,
11761176
* allowing for the expression of logic that can otherwise be very tedious:

‎type-definitions/Immutable.d.ts

Copy file name to clipboardExpand all lines: type-definitions/Immutable.d.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1170,7 +1170,7 @@ declare module Immutable {
11701170
* example, no intermediate data structures are ever created, filter is only
11711171
* called three times, and map is only called once:
11721172
*
1173-
* console.log(evenSquares.get(1)); // 9
1173+
* console.log(oddSquares.get(1)); // 9
11741174
*
11751175
* Seq allows for the efficient chaining of operations,
11761176
* allowing for the expression of logic that can otherwise be very tedious:

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.