Rollup merge of #26795 - tshepang:typo, r=steveklabnik

This commit is contained in:
Steve Klabnik 2015-07-05 07:35:16 -04:00
commit 89d7dd1b33

View File

@ -3653,7 +3653,7 @@ Coercions are defined in [RFC401]. A coercion is implicit and has no syntax.
### Coercion sites
A coercion can only occur at certain coercion sites in a program; these are
typically places where the desired type is explicit or can be dervied by
typically places where the desired type is explicit or can be derived by
propagation from explicit types (without type inference). Possible coercion
sites are: