diff --git a/bigquery/tables.js b/bigquery/tables.js index 4ceb5606ce..c2d7605502 100644 --- a/bigquery/tables.js +++ b/bigquery/tables.js @@ -82,7 +82,7 @@ function listTables (options, callback) { // [START delete_table] /** - * Creates a new table with the given name in the specified dataset. + * Deletes a table with the specified name from the specified dataset. * * @param {object} options Configuration options. * @param {string} options.dataset The dataset of the new table.