fix comments in example about types
This commit is contained in:
parent
7b0f2af27f
commit
1fff553fe7
1 changed files with 1 additions and 1 deletions
|
|
@ -120,7 +120,7 @@ implement `Convert` like so:
|
|||
|
||||
```rust
|
||||
impl Convert<uint> for int { ... } // int -> uint
|
||||
impl Convert<int> for uint { ... } // uint -> uint
|
||||
impl Convert<int> for uint { ... } // uint -> int
|
||||
```
|
||||
|
||||
Now imagine there is some code like the following:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue