diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-03-09 21:57:18 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-03-09 21:57:18 -0700 |
commit | aa4758848b64c104c3dd6f5fe3660118258f7da3 (patch) | |
tree | b0b7983018ffb38b31c6908f7510dbd4e2cea660 | |
parent | 69cfb192b179dcca54388f1046f60e111970de7f (diff) |
Fixed typo: `*L*` -> `*Ls*`.
See #309.
-rw-r--r-- | spec.txt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3090,7 +3090,7 @@ A list may start or end with an empty list item: 4. **Indentation.** If a sequence of lines *Ls* constitutes a list item according to rule #1, #2, or #3, then the result of indenting each line - of *L* by 1-3 spaces (the same for each line) also constitutes a + of *Ls* by 1-3 spaces (the same for each line) also constitutes a list item with the same contents and attributes. If a line is empty, then it need not be indented. |