diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2014-09-04 10:31:34 -0700 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2014-09-04 10:31:59 -0700 |
commit | 0a0cdcf1df12ef6a0dcdaf5d37894438aae50bc4 (patch) | |
tree | 4e87f36b0e15caf6011dd58af3e92d1c8961566e | |
parent | c40676bd9fd2604de6c35a97a219aa3c56d7ec32 (diff) |
Fixed typo. Closes #44. Thanks, @fordhurley.
-rw-r--r-- | spec.txt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -269,7 +269,7 @@ Markdown document. A line consisting of 0-3 spaces of indentation, followed by a sequence of three or more matching `-`, `_`, or `*` characters, each followed -optionally any number of spaces, forms a [horizontal +optionally by any number of spaces, forms a [horizontal rule](#horizontal-rule). <a id="horizontal-rule"></a> . |