Skip to content

Commit 07d520f

Browse files
authored
Update translate.php
fix comment
1 parent d181b22 commit 07d520f

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)