Skip to content

Commit

Permalink
fix: region tag (#367)
Browse files Browse the repository at this point in the history
  • Loading branch information
nnegrey authored and Ace Nassri committed Nov 17, 2022
1 parent 446468e commit a568d26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions translate/v3/translate_translate_text_with_model.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function main(
modelId = 'model-id',
text = 'text to translate'
) {
// [START translate_v3_text_with_model]
// [START translate_v3_translate_text_with_model]
/**
* TODO(developer): Uncomment these variables before running the sample.
*/
Expand Down Expand Up @@ -54,7 +54,7 @@ function main(
}

translateTextWithModel();
// [END translate_v3_text_with_model]
// [END translate_v3_translate_text_with_model]
}

main(...process.argv.slice(2));

0 comments on commit a568d26

Please sign in to comment.