diff options
author | John MacFarlane <jgm@berkeley.edu> | 2014-09-03 13:55:33 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-09-03 13:55:33 -0700 |
commit | 89e03b35704722af2a138282d54913a9e11f453b (patch) | |
tree | 3ae880863a521e75a061d2fbabc6954ecd9c39a6 /spec.txt | |
parent | 2077119f75515a89adca050f7eeaa0a807dc806b (diff) | |
parent | 9b204a5d963c9234ba9ab7bd8bcaffe1feb4aa38 (diff) |
Merge pull request #11 from factormystic/patch-1
remove unnecessary line ending explanation
Diffstat (limited to 'spec.txt')
-rw-r--r-- | spec.txt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -193,7 +193,7 @@ In the examples, the `→` character is used to represent tabs. A [line](#line) <a id="line"/> is a sequence of one or more characters followed by a line -ending (CR, LF, or CRLF, depending on the platform) or by the end of +ending (CR, LF, or CRLF) or by the end of file. This spec does not specify an encoding; it thinks of lines as composed |