Skip to content

Commit

Permalink
Merge pull request #8 from alerque/typo
Browse files Browse the repository at this point in the history
Correct typo in README, '\r' → '\n'
  • Loading branch information
yarrow authored Dec 10, 2023
2 parents a34822c + 6245b9c commit e6f9cdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.)
Expand Down

0 comments on commit e6f9cdb

Please sign in to comment.