diff options
| author | Matthew McPherrin <matthew@mcpherrin.ca> | 2013-02-18 21:45:39 -0500 |
|---|---|---|
| committer | Matthew McPherrin <matthew@mcpherrin.ca> | 2013-02-18 23:22:36 -0500 |
| commit | b29476374ba90573a117ae2c3cac7c3183b69f33 (patch) | |
| tree | b17cdcee1993c82853223dea50418621fd60dff5 | |
| parent | 1171a214a633128bbbd067bd0e582f8b40172e01 (diff) | |
| download | rust-b29476374ba90573a117ae2c3cac7c3183b69f33.tar.gz rust-b29476374ba90573a117ae2c3cac7c3183b69f33.zip | |
Missing newline causing title to not be a title
| -rw-r--r-- | doc/rust.md | 1 |
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} |
