'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.
This commit is contained in:
Peter Roche 2020-05-02 16:23:56 -06:00 committed by GitHub
parent e111aa1e90
commit 09a964e969
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -93,7 +93,7 @@ The code below triggers a syntax error:
let x = 1 && 2 ?? 3; // Syntax error
```
The limitation is surely debatable, but somewhy was added to the language specification.
The limitation is surely debatable, but for some reason it was added to the language specification.
Use explicit parentheses to fix it: