summaryrefslogtreecommitdiff
path: root/std/encoding/csv.ts
diff options
context:
space:
mode:
Diffstat (limited to 'std/encoding/csv.ts')
-rw-r--r--std/encoding/csv.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/std/encoding/csv.ts b/std/encoding/csv.ts
index 75763f2c6..3040d492c 100644
--- a/std/encoding/csv.ts
+++ b/std/encoding/csv.ts
@@ -34,7 +34,7 @@ export class ParseError extends Error {
* @property lazyQuotes - Allow unquoted quote in a quoted field or non double
* quoted quotes in quoted field Default: 'false'
* @property fieldsPerRecord - Enabling the check of fields for each row.
- * If == 0, first row is used as referal for the number of fields.
+ * If == 0, first row is used as referral for the number of fields.
*/
export interface ReadOptions {
comma?: string;