We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c99649 commit 1629dceCopy full SHA for 1629dce
src/doc/reference.md
@@ -1452,7 +1452,7 @@ fn draw_twice<T: Shape>(surface: Surface, sh: T) {
1452
}
1453
```
1454
1455
-Traits also define an [trait object](#trait-objects) with the same
+Traits also define a [trait object](#trait-objects) with the same
1456
name as the trait. Values of this type are created by coercing from a
1457
pointer of some specific type to a pointer of trait type. For example,
1458
`&T` could be coerced to `&Shape` if `T: Shape` holds (and similarly
0 commit comments