We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b192532 commit 8917fe7Copy full SHA for 8917fe7
spec/statement.dd
@@ -828,7 +828,7 @@ $(CONSOLE
828
829
$(PANEL
830
The `scope` storage class on the `body` parameter means that the delegate does
831
- not escape the scope of the apply function (an example would be assigning`body` to a
+ not escape the scope of the apply function (e.g. assigning `body` to a
832
global variable). If it cannot be statically guaranteed that `body` does not escape, a closure may
833
be allocated for it on the heap instead of the stack.
834
)
0 commit comments