Correct grammar

Thanks @Manishearth
This commit is contained in:
Martin Pool 2015-11-30 10:16:36 -08:00
parent f183d7a26e
commit b00b32cdaa

View file

@ -29,7 +29,7 @@ References can also be coerced to raw pointers:
* `&mut T` to `*mut T`
Custom coercion may be defined using [`Deref`](deref-coercions.md).
Custom coercions may be defined using [`Deref`](deref-coercions.md).
Coercion is transitive.