Skip to content

Commit e5028f7

Browse files
committed
Hecking trailing space
1 parent 017b42a commit e5028f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types/closure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ types, by copy, regardless of whether a borrow would work. The `move` keyword is
6565
usually used to allow the closure to outlive the captured values, such as if the
6666
closure is being returned or used to spawn a new thread.
6767

68-
r[type.closure.capture.composite]
68+
r[type.closure.capture.composite]
6969
Composite types such as structs, tuples, and enums are always captured entirely,
7070
not by individual fields. It may be necessary to borrow into a local variable in
7171
order to capture a single field:

0 commit comments

Comments
 (0)