Skip to content

Commit 03740bd

Browse files
authored
Fix region tag
1 parent 011650e commit 03740bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bigquery/tables.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def create_table project_id:, dataset_id:, table_id:
3131
end
3232

3333
def list_tables project_id:, dataset_id:
34-
# [START list_datasets]
34+
# [START list_tables]
3535
# project_id = "Your Google Cloud project ID"
3636
# dataset_id = "ID of the dataset to create table in"
3737

0 commit comments

Comments
 (0)