mirror of
https://github.com/parsecsv/csv-spec.git
synced 2026-02-19 08:56:38 +00:00
Fix typo
This commit is contained in:
@@ -47,7 +47,7 @@ Terminology
|
|||||||
- **Record** (or **Row**) — A collection of fields. This is often referred to as
|
- **Record** (or **Row**) — A collection of fields. This is often referred to as
|
||||||
a "line", but a single record can span multiple text lines if a field within
|
a "line", but a single record can span multiple text lines if a field within
|
||||||
it contains one or more line breaks.
|
it contains one or more line breaks.
|
||||||
- **Delimiter** — The character used to separate fields withing a row. Commonly
|
- **Delimiter** — The character used to separate fields within a row. Commonly
|
||||||
this will be a comma (`,`), but semi-colons (`;`) or tabs (`\t`) are two other
|
this will be a comma (`,`), but semi-colons (`;`) or tabs (`\t`) are two other
|
||||||
popular delimiter characters.
|
popular delimiter characters.
|
||||||
- **Header** — The first row is often used to contain the column names for all
|
- **Header** — The first row is often used to contain the column names for all
|
||||||
|
|||||||
Reference in New Issue
Block a user