Skip to content

Commit 8211b55

Browse files
authored
docs: small typo in translate example (GoogleCloudPlatform#1086)
1 parent 60f3d91 commit 8211b55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

translate/src/translate_with_model.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
use Google\Cloud\Translate\TranslateClient;
3535

3636
/** Uncomment and populate these variables in your code */
37-
// $text = 'The text to translate."
37+
// $text = 'The text to translate.'
3838
// $targetLanguage = 'ja'; // Language to translate to
3939

4040
$model = 'nmt'; // "base" for standard edition, "nmt" for premium

0 commit comments

Comments
 (0)