Skip to content

Commit db410af

Browse files
committed
Fix minor mistakes
1 parent b395325 commit db410af

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

text/0000-conversion-traits.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ more detail below, and merits community discussion.
106106
## Basic design
107107

108108
The design is fairly simple, although perhaps not as simple as one
109-
might expect: we introduce a total of *four* traits:
109+
might expect: we introduce a total of *five* traits:
110110

111111
```rust
112112
trait As<Sized? T> for Sized? {
@@ -228,8 +228,6 @@ impl<T, U> From<T> for U where T: Into<U> {
228228
}
229229
```
230230

231-
The interaction between
232-
233231
## An example
234232

235233
Using all of the above, here are some example `impl`s and their use:

0 commit comments

Comments
 (0)