Skip to content

Commit 0c8bbc7

Browse files
author
John Doe
committed
Fixed typo.
1 parent a8259ce commit 0c8bbc7

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)