Skip to content

Commit cfc8d54

Browse files
author
Ulrik Sverdrup
committed
reference: Switch wording to "closure can be called once" for FnOnce
1 parent e223e5c commit cfc8d54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/reference.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3616,7 +3616,7 @@ Depending on the requirements of the closure, its type implements one or
36163616
more of the closure traits:
36173617

36183618
* `FnOnce`
3619-
: The closure can be called at least once. A closure called as `FnOnce`
3619+
: The closure can be called once. A closure called as `FnOnce`
36203620
can move out values from its environment.
36213621

36223622
* `FnMut`

0 commit comments

Comments
 (0)