Skip to content

Commit

Permalink
reference: Switch wording to "closure can be called once" for FnOnce
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrik Sverdrup committed Apr 23, 2015
1 parent e223e5c commit cfc8d54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -3616,7 +3616,7 @@ Depending on the requirements of the closure, its type implements one or
more of the closure traits:

* `FnOnce`
: The closure can be called at least once. A closure called as `FnOnce`
: The closure can be called once. A closure called as `FnOnce`
can move out values from its environment.

* `FnMut`
Expand Down

0 comments on commit cfc8d54

Please sign in to comment.