Skip to content

Commit 09a964e

Browse files
authored
'somewhy' -> 'for some reason it'
I had to look this up, not recalling having heard "somewhy" before. It's clear what it means, but is not a word in American English (though apparently it is used in British English, at least sometimes). Maybe should be a word, but somewhy it isn't.
1 parent e111aa1 commit 09a964e

File tree

1 file changed

+1
-1
lines changed
  • 1-js/02-first-steps/12-nullish-coalescing-operator

1 file changed

+1
-1
lines changed

1-js/02-first-steps/12-nullish-coalescing-operator/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ The code below triggers a syntax error:
9393
let x = 1 && 2 ?? 3; // Syntax error
9494
```
9595
96-
The limitation is surely debatable, but somewhy was added to the language specification.
96+
The limitation is surely debatable, but for some reason it was added to the language specification.
9797
9898
Use explicit parentheses to fix it:
9999

0 commit comments

Comments
 (0)