Skip to content

Commit 582e8f6

Browse files
authored
Update solution.md
Change "so to say" to "so to speak".
1 parent f859ed5 commit 582e8f6

File tree

1 file changed

+1
-1
lines changed
  • 1-js/08-prototypes/02-function-prototype/4-new-object-same-constructor

1 file changed

+1
-1
lines changed

1-js/08-prototypes/02-function-prototype/4-new-object-same-constructor/solution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ alert( user2.name ); // Pete (worked!)
1515

1616
It worked, because `User.prototype.constructor == User`.
1717

18-
..But if someone, so to say, overwrites `User.prototype` and forgets to recreate `"constructor"`, then it would fail.
18+
..But if someone, so to speak, overwrites `User.prototype` and forgets to recreate `"constructor"`, then it would fail.
1919

2020
For instance:
2121

0 commit comments

Comments
 (0)