Skip to content

Commit b00b32c

Browse files
committed
Correct grammar
Thanks @Manishearth
1 parent f183d7a commit b00b32c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/book/casting-between-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ References can also be coerced to raw pointers:
2929

3030
* `&mut T` to `*mut T`
3131

32-
Custom coercion may be defined using [`Deref`](deref-coercions.md).
32+
Custom coercions may be defined using [`Deref`](deref-coercions.md).
3333

3434
Coercion is transitive.
3535

0 commit comments

Comments
 (0)