Skip to content

Commit 9d09d37

Browse files
authoredMar 10, 2020
fix(docs): contigous to contiguous (#637)
fix typo in docs.
1 parent 448db06 commit 9d09d37

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎src/filter.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -847,7 +847,7 @@ export class Filter {
847847
* //-
848848
* // <h4>Value Ranges</h4>
849849
* //
850-
* // Specifies a contigous range of values.
850+
* // Specifies a contiguous range of values.
851851
* //
852852
* // When the `start` bound is omitted it is interpreted as an empty string.
853853
* // When the `end` bound is omitted it is interpreted as Infinity.

‎src/table.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1167,7 +1167,7 @@ Please use the format 'prezzy' or '${instance.name}/tables/prezzy'.`);
11671167

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

0 commit comments

Comments
 (0)