Skip to content

Commit

Permalink
Fix typo in region tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Ace Nassri committed Nov 17, 2022
1 parent 3583bb9 commit 27460d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automl/tables/get-column-spec.v1beta1.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ async function main(
.catch(err => {
console.error(err);
});
// [END automl_tables_get_column_sspec]
// [END automl_tables_get_column_spec]
}
main(...process.argv.slice(2)).catch(console.error());

0 comments on commit 27460d3

Please sign in to comment.