There was an error while loading. Please reload this page.
1 parent f183d7a commit b00b32cCopy full SHA for b00b32c
src/doc/book/casting-between-types.md
@@ -29,7 +29,7 @@ References can also be coerced to raw pointers:
29
30
* `&mut T` to `*mut T`
31
32
-Custom coercion may be defined using [`Deref`](deref-coercions.md).
+Custom coercions may be defined using [`Deref`](deref-coercions.md).
33
34
Coercion is transitive.
35
0 commit comments