aboutsummaryrefslogtreecommitdiff
path: root/spec.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-03-09 21:57:18 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2015-03-09 21:57:18 -0700
commitaa4758848b64c104c3dd6f5fe3660118258f7da3 (patch)
treeb0b7983018ffb38b31c6908f7510dbd4e2cea660 /spec.txt
parent69cfb192b179dcca54388f1046f60e111970de7f (diff)
Fixed typo: `*L*` -> `*Ls*`.
See #309.
Diffstat (limited to 'spec.txt')
-rw-r--r--spec.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec.txt b/spec.txt
index 0e5fe84..9244c8e 100644
--- a/spec.txt
+++ b/spec.txt
@@ -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.