Missing newline causing title to not be a title

This commit is contained in:
Matthew McPherrin 2013-02-18 21:45:39 -05:00
parent 1171a214a6
commit b29476374b

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}