Skip to content

Commit f7dec92

Browse files
fix docs
1 parent 06a6f66 commit f7dec92

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/bigquery/src/table.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ Table.prototype.copy = function(destination, metadata, callback) {
442442
* @throws {Error} If a source other than a Table object is provided.
443443
*
444444
* @example
445-
* var sourceTables = p
445+
* var sourceTables = [
446446
* dataset.table('your-table'),
447447
* dataset.table('your-second-table')
448448
* ];

0 commit comments

Comments
 (0)