Update solution.md

Wording change. (I actually like the original wording "does not give understanding" -- very concise, and communicates clearly. It's just a bit non-standard in usage).
This commit is contained in:
paroche 2019-09-12 17:24:05 -06:00 committed by GitHub
parent 680d49eae4
commit a95a2f5725
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@ let user = {
(user.go)() // error!
```
The error message in most browsers does not give understanding what went wrong.
The error message in most browsers does not give us much of a clue about what went wrong.
**The error appears because a semicolon is missing after `user = {...}`.**