From 6245b9c61eb4aca05ca108bcb27ed554582487b3 Mon Sep 17 00:00:00 2001 From: Caleb Maclennan Date: Sat, 9 Dec 2023 23:34:53 +0300 Subject: [PATCH] =?UTF-8?q?Correct=20typo=20in=20README,=20'\r'=20?= =?UTF-8?q?=E2=86=92=20'\n'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a111a42..74b0409 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ in order to count lines. only if its first file argument begins with a BOM. * Zet ignores all lines endings (`\r\n` or `\n`) when comparing lines, so two input lines compare the same if their only difference is that one ends in - `\r\n` and the other in `\r`. Zet ends each output line with `\r\n` if the + `\r\n` and the other in `\n`. Zet ends each output line with `\r\n` if the first line of its first file argument ends in `\r\n`, and `\n` otherwise (if the first line ends in `\n` or the first file has only one line and that line has no line terminator.)