1
Fork 0

auto merge of #5029 : mcpherrinm/rust/master, r=catamorphism

Added a newline to make header be a header.

(re-did pull request because I screwed up the last one)
This commit is contained in:
bors 2013-02-19 00:08:31 -08:00
commit 67ee95e943

View file

@ -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}