Skip to content

Commit 825ec34

Browse files
committed
Merge pull request BonsaiDen#187 from mkraft/master
Fixed typo.
2 parents a8259ce + 0c8bbc7 commit 825ec34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/en/function/scopes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ this problem can easily be avoided with the help of *anonymous wrappers*.
206206

207207

208208
Unnamed functions are considered [expressions](#function.general); so in order to
209-
being callable, they must first be evaluated.
209+
be callable, they must first be evaluated.
210210

211211
( // evaluate the function inside the parentheses
212212
function() {}

0 commit comments

Comments
 (0)