Skip to content

Commit 4bec587

Browse files
committed
Merge pull request BonsaiDen#238 from vrana/patch-1
Fix a typo in Constructors
2 parents a43dfc0 + e3d2564 commit 4bec587

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)