]> git.lizzy.rs Git - rust.git/blobdiff - Configurations.md
Rewording configuration note
[rust.git] / Configurations.md
index 4b19ea0791246186fbe5e9a81db9593bfa503f34..83ad969edfc0db78ac6651d760dc43aa6d933bf5 100644 (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};