We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6cbadd commit 4d63879Copy full SHA for 4d63879
bigquery/tables.js
@@ -82,7 +82,7 @@ function listTables (options, callback) {
82
83
// [START delete_table]
84
/**
85
- * Creates a new table with the given name in the specified dataset.
+ * Deletes a table with the specified name from the specified dataset.
86
*
87
* @param {object} options Configuration options.
88
* @param {string} options.dataset The dataset of the new table.
0 commit comments