From 49f418b8383e79b22b0e183ae9e2f45ee860c510 Mon Sep 17 00:00:00 2001 From: David Alber Date: Mon, 15 Jan 2018 01:41:11 -0800 Subject: [PATCH] Rewording configuration note --- Configurations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configurations.md b/Configurations.md index 4b19ea07912..83ad969edfc 100644 --- a/Configurations.md +++ b/Configurations.md @@ -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};