Skip to content

Commit 0280d51

Browse files
authored
Merge pull request #1403 from paroche/patch-46
Update article.md
2 parents c8a11f3 + af6a921 commit 0280d51

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
@@ -146,7 +146,7 @@ Although, there are important differences.
146146

147147
1. First, a function created by `class` is labelled by a special internal property `[[FunctionKind]]:"classConstructor"`. So it's not entirely the same as creating it manually.
148148

149-
Unlike a regular function, a class constructor must be called with `new`:
149+
And unlike a regular function, a class constructor must be called with `new`:
150150

151151
```js run
152152
class User {

0 commit comments

Comments
 (0)