Skip to content

Commit e3d2564

Browse files
committed
Fix a typo in Constructors
1 parent a43dfc0 commit e3d2564

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/en/function/constructors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ explicitly return a value.
7272
new Bar();
7373
Bar();
7474

75-
Both calls to `Bar` return the same thing, a newly create object that
75+
Both calls to `Bar` return the same thing, a newly created object that
7676
has a property called `method`, which is a
7777
[Closure](#function.closures).
7878

0 commit comments

Comments
 (0)