Skip to content

Commit 569abdf

Browse files
authored
Update coercion definition in summary
1 parent d51becd commit 569abdf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

text/0000-closure-to-fn-coercion.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
# Summary
77
[summary]: #summary
88

9-
A non-capturing (that is, does not `Clone` or `move` any local variables) closure
10-
should be coercable to a function pointer (`fn`).
9+
A closure that does not move, borrow, or otherwise access (capture) local
10+
variables should be coercable to a function pointer (`fn`).
1111

1212
# Motivation
1313
[motivation]: #motivation

0 commit comments

Comments
 (0)