]> git.lizzy.rs Git - rust.git/commitdiff
Configurations: add colons to example section titles
authorBen Boeckel <ben.boeckel@kitware.com>
Thu, 9 Nov 2017 19:10:37 +0000 (14:10 -0500)
committerBen Boeckel <ben.boeckel@kitware.com>
Thu, 9 Nov 2017 19:11:33 +0000 (14:11 -0500)
Configurations.md

index a47e94975047eb427e509078e7115790c30ffebd..9cd8355e7b04aea75e114fc7f86f3fb35a58bf75 100644 (file)
@@ -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,