Rewording configuration note

This commit is contained in:
David Alber 2018-01-15 01:41:11 -08:00
parent 74a957e80f
commit 49f418b838

View file

@ -1002,7 +1002,7 @@ use foo::{aaa, bbb, ccc,
#### `"Horizontal"`:
**Note**: This option forces to put everything on one line and may exceeds `max_width`.
**Note**: This option forces all imports onto one line and may exceed `max_width`.
```rust
use foo::{xxx, yyy, zzz};