From 1bb927e46fe3f5cefed7714bed2feb756227467e Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Thu, 9 Nov 2017 14:10:37 -0500 Subject: [PATCH] Configurations: add colons to example section titles --- Configurations.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Configurations.md b/Configurations.md index a47e94975047..9cd8355e7b04 100644 --- a/Configurations.md +++ b/Configurations.md @@ -1152,7 +1152,7 @@ use foo::{xxx, yyy, zzz}; use foo::{aaa, bbb, ccc, ddd, eee, fff}; ``` -#### `"HorizontalVertical"` +#### `"HorizontalVertical"`: ```rust use foo::{xxx, yyy, zzz}; @@ -1165,7 +1165,7 @@ use foo::{aaa, fff}; ``` -#### `"Vertical"` +#### `"Vertical"`: ```rust use foo::{xxx,