about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthew McPherrin <matthew@mcpherrin.ca>2013-02-18 21:45:39 -0500
committerMatthew McPherrin <matthew@mcpherrin.ca>2013-02-18 23:22:36 -0500
commitb29476374ba90573a117ae2c3cac7c3183b69f33 (patch)
treeb17cdcee1993c82853223dea50418621fd60dff5
parent1171a214a633128bbbd067bd0e582f8b40172e01 (diff)
downloadrust-b29476374ba90573a117ae2c3cac7c3183b69f33.tar.gz
rust-b29476374ba90573a117ae2c3cac7c3183b69f33.zip
Missing newline causing title to not be a title
-rw-r--r--doc/rust.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/rust.md b/doc/rust.md
index 14efa3fcead..06840fd0215 100644
--- a/doc/rust.md
+++ b/doc/rust.md
@@ -1117,6 +1117,7 @@ a = Cat{ name: ~"Spotty", weight: 2.7 };
 
 In this example, `Cat` is a _struct-like enum variant_,
 whereas `Dog` is simply called an enum variant.
+
 ### Constants
 
 ~~~~~~~~ {.ebnf .gram}