diff --git a/src/doc/book/casting-between-types.md b/src/doc/book/casting-between-types.md index e0e9b75d464f..0e3db983a005 100644 --- a/src/doc/book/casting-between-types.md +++ b/src/doc/book/casting-between-types.md @@ -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.