This commit is contained in:
nwin 2015-04-23 21:26:34 +02:00
parent a8f5989afb
commit 99fd7f2131

View File

@ -3685,7 +3685,7 @@ fn main() {
}
```
In this example, the trait `Printable` occurs as an trait object in both the
In this example, the trait `Printable` occurs as a trait object in both the
type signature of `print`, and the cast expression in `main`.
### Type parameters