Skip to content

Commit 89c2fed

Browse files
nnegreyAce Nassri
authored and
Ace Nassri
committed
fix: region tag (#367)
1 parent 1c31237 commit 89c2fed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

translate/v3/translate_translate_text_with_model.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ function main(
2020
modelId = 'model-id',
2121
text = 'text to translate'
2222
) {
23-
// [START translate_v3_text_with_model]
23+
// [START translate_v3_translate_text_with_model]
2424
/**
2525
* TODO(developer): Uncomment these variables before running the sample.
2626
*/
@@ -54,7 +54,7 @@ function main(
5454
}
5555

5656
translateTextWithModel();
57-
// [END translate_v3_text_with_model]
57+
// [END translate_v3_translate_text_with_model]
5858
}
5959

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

0 commit comments

Comments
 (0)