aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--spec.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/spec.txt b/spec.txt
index 9b2b977..b9a1cec 100644
--- a/spec.txt
+++ b/spec.txt
@@ -212,9 +212,8 @@ to a certain encoding.
A [line](@line) is a sequence of zero or more [character]s
followed by a [line ending] or by the end of file.
-A [line ending](@line-ending) is, depending on the platform, a
-newline (`U+000A`), carriage return (`U+000D`), or
-carriage return + newline.
+A [line ending](@line-ending) is a newline (`U+000A`), carriage return
+(`U+000D`), or carriage return + newline.
For security reasons, a conforming parser must strip or replace the
Unicode character `U+0000`.