Skip to content

Commit 27460d3

Browse files
author
Ace Nassri
committed
Fix typo in region tag
1 parent 3583bb9 commit 27460d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

automl/tables/get-column-spec.v1beta1.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@ async function main(
6262
.catch(err => {
6363
console.error(err);
6464
});
65-
// [END automl_tables_get_column_sspec]
65+
// [END automl_tables_get_column_spec]
6666
}
6767
main(...process.argv.slice(2)).catch(console.error());

0 commit comments

Comments
 (0)