diff options
author | John MacFarlane <jgm@berkeley.edu> | 2014-09-03 16:05:12 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-09-03 16:05:12 -0700 |
commit | 25a1a57fe5350a2b89f8d9726b95f8e48fee83d7 (patch) | |
tree | e2bba0c7e5615515e635ee88722536d2f35ff783 /spec.txt | |
parent | a121687079dcce81609233c6f4984ad222a74f9c (diff) |
A line can have zero characters.
Diffstat (limited to 'spec.txt')
-rw-r--r-- | spec.txt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |