Skip to content

Commit

Permalink
samples: fixed incorrect end tag (#134)
Browse files Browse the repository at this point in the history
needed for product documentation
  • Loading branch information
merla18 authored and Ace Nassri committed Nov 17, 2022
1 parent 6ba5d05 commit 8e15990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion translate/automl/automlTranslationDataset.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ function listDatasets(projectId, computeRegion, filter) {
.catch(err => {
console.error(err);
});
// [START automl_translation_list_datasets]
// [END automl_translation_list_datasets]
}

function getDataset(projectId, computeRegion, datasetId) {
Expand Down

0 comments on commit 8e15990

Please sign in to comment.