8000 Fix typo · githubsheng/immutable-js@44d694d · GitHub
[go: up one dir, main page]

Skip to content

Commit 44d694d

Browse files
committed
Fix typo
Closes immutable-js#354
1 parent a3484df commit 44d694d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/immutable.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2004,7 +2004,7 @@ declare module 'immutable' {
20042004
): V;
20052005

20062006
/**
2007-
* Returns the maximum value in this collection. If any values are
2007+
* Returns the minimum value in this collection. If any values are
20082008
* comparatively equivalent, the first one found will be returned.
20092009
*
20102010
* The `comparator` is used in the same way as `Iterable#sort`. If it is not

type-definitions/Immutable.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2004,7 +2004,7 @@ declare module 'immutable' {
20042004
): V;
20052005

20062006
/**
2007-
* Returns the maximum value in this collection. If any values are
2007+
* Returns the minimum value in this collection. If any values are
20082008
* comparatively equivalent, the first one found will be returned.
20092009
*
20102010
* The `comparator` is used in the same way as `Iterable#sort`. If it is not

0 commit comments

Comments
 (0)
0