From 2b3a7ae7d9a8bd7b954002fcfe7f05b426d4e75c Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Thu, 2 Apr 2015 01:05:45 +0100 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 994c499..f4f11ee 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ character used in any given input CSV-like formatted file/data. - **Field** — A singular String value within a record. - **Record** (or **Row**) — A collection of fields. This is often referred to - as a "line", but a single record can in span multiple text lines if a field + as a "line", but a single record can span multiple text lines if a field within it contains one or more line breaks. - **Delimiter** — The character used to separate fields withing a row. Commonly this will be a comma (`,`), but semi-colons (`;`) or tabs