Skip to content

Commit

Permalink
fix: remove extra by/for on comments
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarowolfx committed Mar 21, 2024
1 parent 082c8c4 commit d3d9263
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/managedwriter/json_writer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export class JSONWriter {
}

/**
* Update how missing values are interpreted by for the given stream.
* Update how missing values are interpreted for the given stream.
*
* @param {MissingValueInterpretation} defaultMissingValueInterpretation
*/
Expand Down
6 changes: 3 additions & 3 deletions src/managedwriter/writer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ export interface WriterOptions {
protoDescriptor: IDescriptorProto;

/**
* Controls how missing values are interpreted by for a given stream.
* `missingValueInterpretations` set for individual colums can override the default chosen
* Controls how missing values are interpreted for a given stream.
* `missingValueInterpretations` set for individual columns can override the default chosen
* with this option.
*
* For example, if you want to write
Expand Down Expand Up @@ -127,7 +127,7 @@ export class Writer {
}

/**
* Update how missing values are interpreted by for the given stream.
* Update how missing values are interpreted for the given stream.
*
* @param {MissingValueInterpretation} defaultMissingValueInterpretation
*/
Expand Down

0 comments on commit d3d9263

Please sign in to comment.