Skip to content

Commit 8917fe7

Browse files
Bolpatntrel
andauthored
Improve phrasing
Co-authored-by: Nick Treleaven <ntrel002@gmail.com>
1 parent b192532 commit 8917fe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/statement.dd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -828,7 +828,7 @@ $(CONSOLE
828828

829829
$(PANEL
830830
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
831+
not escape the scope of the apply function (e.g. assigning `body` to a
832832
global variable). If it cannot be statically guaranteed that `body` does not escape, a closure may
833833
be allocated for it on the heap instead of the stack.
834834
)

0 commit comments

Comments
 (0)