diff --git a/Configurations.md b/Configurations.md index aaf6d813320a..b02514c965b8 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 { ... } ```