Update solution.md

Change "so to say" to "so to speak".
This commit is contained in:
paroche 2019-09-26 23:40:12 -06:00 committed by GitHub
parent f859ed570c
commit 582e8f67af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ alert( user2.name ); // Pete (worked!)
It worked, because `User.prototype.constructor == User`.
..But if someone, so to say, overwrites `User.prototype` and forgets to recreate `"constructor"`, then it would fail.
..But if someone, so to speak, overwrites `User.prototype` and forgets to recreate `"constructor"`, then it would fail.
For instance: