mirror of
https://github.com/parsecsv/csv-spec.git
synced 2026-02-19 00:46:40 +00:00
Fix typo
This commit is contained in:
@@ -44,7 +44,7 @@ character used in any given input CSV-like formatted file/data.
|
|||||||
|
|
||||||
- **Field** — A singular String value within a record.
|
- **Field** — A singular String value within a record.
|
||||||
- **Record** (or **Row**) — A collection of fields. This is often referred to
|
- **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.
|
within it contains one or more line breaks.
|
||||||
- **Delimiter** — The character used to separate fields withing a
|
- **Delimiter** — The character used to separate fields withing a
|
||||||
row. Commonly this will be a comma (`,`), but semi-colons (`;`) or tabs
|
row. Commonly this will be a comma (`,`), but semi-colons (`;`) or tabs
|
||||||
|
|||||||
Reference in New Issue
Block a user