From 188acd9ffc7e00724e271442fc6ccb559d2152f4 Mon Sep 17 00:00:00 2001 From: Deepak Thukral Date: Thu, 30 Nov 2017 14:48:29 +0100 Subject: [PATCH] docs: fixes incorrect output --- Configurations.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Configurations.md b/Configurations.md index aaf6d813320..b02514c965b 100644 --- a/Configurations.md +++ b/Configurations.md @@ -928,8 +928,8 @@ where #### `true`: ```rust -impl Lorem for T where - Option: Ipsum { +impl Lorem for T +where Option: Ipsum { ... } ```