From 9486d8a7774e204c19cba6a33b41275b18d12577 Mon Sep 17 00:00:00 2001 From: Ace Nassri Date: Thu, 1 Sep 2016 14:16:13 -0700 Subject: [PATCH] Fix typo --- bigquery/tables.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.