Skip to content

Commit

Permalink
fix(docs): contigous to contiguous (#637)
Browse files Browse the repository at this point in the history
fix typo in docs.
  • Loading branch information
bcoe committed Mar 10, 2020
1 parent 448db06 commit 9d09d37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/filter.ts
Expand Up @@ -847,7 +847,7 @@ export class Filter {
* //-
* // <h4>Value Ranges</h4>
* //
* // Specifies a contigous range of values.
* // Specifies a contiguous range of values.
* //
* // When the `start` bound is omitted it is interpreted as an empty string.
* // When the `end` bound is omitted it is interpreted as Infinity.
Expand Down
2 changes: 1 addition & 1 deletion src/table.ts
Expand Up @@ -1167,7 +1167,7 @@ Please use the format 'prezzy' or '${instance.name}/tables/prezzy'.`);

/**
* Returns a sample of row keys in the table. The returned row keys will delimit
* contigous sections of the table of approximately equal size, which can be
* contiguous sections of the table of approximately equal size, which can be
* used to break up the data for distributed tasks like mapreduces.
*
* @param {object} [gaxOptions] Request configuration options, outlined here:
Expand Down

0 comments on commit 9d09d37

Please sign in to comment.