Skip to content

Commit 60f3d91

Browse files
authored
docs: small typo in translate example (GoogleCloudPlatform#1084)
1 parent f88c15c commit 60f3d91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

translate/src/translate.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
$translate = new TranslateClient();

0 commit comments

Comments
 (0)