From 804a7f3539c55e37d7dc1b5e959452c2c3d004b5 Mon Sep 17 00:00:00 2001 From: springmeyer Date: Thu, 3 Jan 2013 13:16:19 -0800 Subject: [PATCH] Updated CSV Plugin (markdown) --- CSV-Plugin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CSV-Plugin.md b/CSV-Plugin.md index d1e94ae..aad3137 100644 --- a/CSV-Plugin.md +++ b/CSV-Plugin.md @@ -22,7 +22,7 @@ Because the plugin caches data in memory, large file sizes are not recommended. ### line breaks -The plugin will read the first 2000 bytes of the file to count the occurrences of `\n` and \r`. Which ever is more plentiful will be the assumed character that signifies line breaks - this allows the plugin to automatically work for both mac, windows, and unix style line breaks. +The plugin will read the first 2000 bytes of the file to count the occurrences of `\n` and `\r`. Which ever is more plentiful will be the assumed character that signifies line breaks - this allows the plugin to automatically work for both mac, windows, and unix style line breaks. ### column separator