We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8259ce commit 0c8bbc7Copy full SHA for 0c8bbc7
doc/en/function/scopes.md
@@ -206,7 +206,7 @@ this problem can easily be avoided with the help of *anonymous wrappers*.
206
207
208
Unnamed functions are considered [expressions](#function.general); so in order to
209
-being callable, they must first be evaluated.
+be callable, they must first be evaluated.
210
211
( // evaluate the function inside the parentheses
212
function() {}
0 commit comments