diff options
Diffstat (limited to 'std/encoding')
-rw-r--r-- | std/encoding/_yaml/dumper/dumper_state.ts | 2 | ||||
-rw-r--r-- | std/encoding/csv.ts | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/std/encoding/_yaml/dumper/dumper_state.ts b/std/encoding/_yaml/dumper/dumper_state.ts index 94cd84878..3c1de0e0e 100644 --- a/std/encoding/_yaml/dumper/dumper_state.ts +++ b/std/encoding/_yaml/dumper/dumper_state.ts @@ -54,7 +54,7 @@ export interface DumperStateOptions { skipInvalid?: boolean; /** * specifies level of nesting, when to switch from - * block to flow style for collections. -1 means block style everwhere + * block to flow style for collections. -1 means block style everywhere */ flowLevel?: number; /** Each tag may have own set of styles. - "tag" => "style" map. */ 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; |