summaryrefslogtreecommitdiff
path: root/spec.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-09-03 16:05:12 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2014-09-03 16:05:12 -0700
commit25a1a57fe5350a2b89f8d9726b95f8e48fee83d7 (patch)
treee2bba0c7e5615515e635ee88722536d2f35ff783 /spec.txt
parenta121687079dcce81609233c6f4984ad222a74f9c (diff)
A line can have zero characters.
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 7608da0..c699dd2 100644
--- a/spec.txt
+++ b/spec.txt
@@ -192,7 +192,7 @@ In the examples, the `→` character is used to represent tabs.
# Preprocessing
A [line](#line) <a id="line"/>
-is a sequence of one or more characters followed by a line
+is a sequence of zero or more characters followed by a line
ending (CR, LF, or CRLF) or by the end of
file.