8000 ‘…regardless of if…’ --> ‘…regardless of whether…’ · githubsheng/immutable-js@05b60f2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 05b60f2

Browse files
committed
‘…regardless of if…’ --> ‘…regardless of whether…’
More appropriate according to http://languagelog.ldc.upenn.edu/nll/?p=4358. Alternatively: ‘…regardless whether…’ 😉
1 parent 850b3f7 commit 05b60f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

type-definitions/Immutable.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ declare module Immutable {
121121
*
122122
* Unlike a JavaScript Array, there is no distinction between an
123123
* "unset" index and an index set to `undefined`. `List#forEach` visits all
124-
* indices from 0 to size, regardless of if they were explicitly defined.
124+
* indices from 0 to size, regardless of whether they were explicitly defined.
125125
*/
126126
export module List {
127127

0 commit comments

Comments
 (0)
0