diff options
author | factormystic <factormystic@gmail.com> | 2014-09-03 16:25:13 -0400 |
---|---|---|
committer | factormystic <factormystic@gmail.com> | 2014-09-03 16:25:13 -0400 |
commit | 9b204a5d963c9234ba9ab7bd8bcaffe1feb4aa38 (patch) | |
tree | 748cea2c0288abfe21d907bbad69f0eb7a10b4d4 | |
parent | e47d698c2cf1d24606bd2f708feed0c23a80ce79 (diff) |
remove unnecessary line ending explanation
- line endings aren't really tied to platforms, so this aside is superfluous
-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 |