diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-02-25 20:16:22 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-02-25 20:16:22 -0800 |
commit | 91b87c6ecf10c21585f090f956cbc6ffd2c7a6a7 (patch) | |
tree | c8b62d045b8c47e1437edba6d3ccfa6496638c58 /spec.txt | |
parent | 21e2e691266cb244d07e3c3dab4649b93e986ecc (diff) | |
parent | 946eca58a9ec14f169f58c3c459aaedbd43a8aed (diff) |
Merge pull request #303 from robinst/patch-2
Remove extra word (typo)
Diffstat (limited to 'spec.txt')
-rw-r--r-- | spec.txt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3591,7 +3591,7 @@ of an [ordered list] is determined by the list number of its initial list item. The numbers of subsequent list items are disregarded. -A list is [loose](@loose) if it any of its constituent +A list is [loose](@loose) if any of its constituent list items are separated by blank lines, or if any of its constituent list items directly contain two block-level elements with a blank line between them. Otherwise a list is [tight](@tight). |