We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3583bb9 commit 27460d3Copy full SHA for 27460d3
automl/tables/get-column-spec.v1beta1.js
@@ -62,6 +62,6 @@ async function main(
62
.catch(err => {
63
console.error(err);
64
});
65
- // [END automl_tables_get_column_sspec]
+ // [END automl_tables_get_column_spec]
66
}
67
main(...process.argv.slice(2)).catch(console.error());
0 commit comments