Skip to content

Commit ef4ce65

Browse files
authored
Merge pull request #1390 from paroche/patch-46
Update article.md
2 parents d47254d + b0e3337 commit ef4ce65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/09-classes/01-class/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ class User {
320320
new User().sayHi();
321321
```
322322

323-
The property `name` is not placed into `User.prototype`. Instead, it is created by `new` before calling constructor, it's the property of the object itself.
323+
The property `name` is not placed into `User.prototype`. Instead, it is created by `new` before calling the constructor, it's a property of the object itself.
324324

325325
## Summary
326326

0 commit comments

Comments
 (0)