docs: fixes incorrect output

This commit is contained in:
Deepak Thukral 2017-11-30 14:48:29 +01:00
parent 73afe562f1
commit 188acd9ffc

View File

@ -928,8 +928,8 @@ where
#### `true`:
```rust
impl<T> Lorem for T where
Option<T>: Ipsum {
impl<T> Lorem for T
where Option<T>: Ipsum {
...
}
```