docs: fixes incorrect output
This commit is contained in:
parent
73afe562f1
commit
188acd9ffc
1 changed files with 2 additions and 2 deletions
|
|
@ -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 {
|
||||
...
|
||||
}
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue