Skip to content

Commit 7ff2740

Browse files
committed
tutorial: Minor correction
1 parent d4ad902 commit 7ff2740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -937,7 +937,7 @@ allocated on the call stack and refers by pointer to captured
937937
locals. To ensure that stack closures never outlive the local
938938
variables to which they refer, they can only be used in argument
939939
position and cannot be stored in structures nor returned from
940-
functions. Despite the usage limitations stack closures are used
940+
functions. Despite the limitations stack closures are used
941941
pervasively in Rust code.
942942
943943
### Boxed closures

0 commit comments

Comments
 (0)