summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Berman <ben.m.berman@gmail.com>2018-08-03 20:46:56 -0400
committerGitHub <noreply@github.com>2018-08-03 20:46:56 -0400
commit294cec119269891a199ef3b5f9743ca9d9cde3d3 (patch)
tree9ce66e4f7a9c852b6e468b96b3ac6f816de30669
parent34c7a91713034e683a727f3650b34d9e392f19e3 (diff)
Fix typo in README
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c5b07e9..a535b23 100644
--- a/README.md
+++ b/README.md
@@ -360,7 +360,7 @@ table.to_csv_writer(writer)?;
```
## Note on line endings
-By default, the library prints tables with platform specific line ending. Thin means on Windows,
+By default, the library prints tables with platform specific line ending. This means on Windows,
newlines will be rendered with `\r\n` while on other platforms they will be rendered with `\n`.
Since `v0.6.3`, platform specific line endings are activated though the default feature `win_crlf`, which can be deactivated.
When this feature is deactivated (for instance with the `--no-default-features` flag in cargo), line endings will be rendered with `\n`