summaryrefslogtreecommitdiff
path: root/spec.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2014-09-06 23:03:33 -0700
committerJohn MacFarlane <fiddlosopher@gmail.com>2014-09-06 23:03:33 -0700
commit7b3dec668487456cc89e58148f6f933b7fded2a7 (patch)
tree24a7ef92da3da692cdfafd2cb3d32c9fe35cbf12 /spec.txt
parent7274556fb19a2da10ae8a0644c2710c191ab85b1 (diff)
spec: Clarify that a blank line may have no characters.
Closes #79.
Diffstat (limited to 'spec.txt')
-rw-r--r--spec.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec.txt b/spec.txt
index 2a460cc..3f43b51 100644
--- a/spec.txt
+++ b/spec.txt
@@ -220,8 +220,8 @@ Tabs in lines are expanded to spaces, with a tab stop of 4 characters:
Line endings are replaced by newline characters (LF).
-A line containing only spaces (after tab expansion) followed by
-a line ending is called a [blank line](#blank-line).
+A line containing no characters, or a line containing only spaces (after
+tab expansion), is called a [blank line](#blank-line).
<a id="blank-line"></a>
# Blocks and inlines