Skip to content

Commit 8099e06

Browse files
merla18JustinBeckwith
authored andcommitted
samples: fixed incorrect end tag (#134)
needed for product documentation
1 parent d1b1821 commit 8099e06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

translate/automl/automlTranslationDataset.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ function listDatasets(projectId, computeRegion, filter) {
133133
.catch(err => {
134134
console.error(err);
135135
});
136-
// [START automl_translation_list_datasets]
136+
// [END automl_translation_list_datasets]
137137
}
138138

139139
function getDataset(projectId, computeRegion, datasetId) {

0 commit comments

Comments
 (0)