We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d181b22 commit 07d520fCopy full SHA for 07d520f
translate/src/translate.php
@@ -34,7 +34,7 @@
34
use Google\Cloud\Translate\TranslateClient;
35
36
/** Uncomment and populate these variables in your code */
37
-// $text = 'The text to translate."
+// $text = 'The text to translate.";
38
// $targetLanguage = 'ja'; // Language to translate to
39
40
$translate = new TranslateClient();
0 commit comments