Skip to content

Commit f44489d

Browse files
committed
Fix comment
1 parent 0876f17 commit f44489d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/big_query/client/tables.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def tables_formatted(dataset = @dataset)
3535
#
3636
# @param tableId [String] id of the table to look for
3737
# @param dataset [String] dataset to look for
38-
# @param opts [Hash] hash of optional query parameters (maxResults, startIndex)
38+
# @param options [Hash] hash of optional query parameters (maxResults, startIndex)
3939
# @return [Hash] json api response
4040
def table_data(tableId, dataset = @dataset, options = {})
4141
parameters = { 'datasetId' => dataset, 'tableId' => tableId }

0 commit comments

Comments
 (0)