Skip to content

Commit 172930b

Browse files
chore: descriptive comment for path variable (GoogleCloudPlatform#1291)
1 parent b28a3aa commit 172930b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

texttospeech/src/synthesize_text_file.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
use Google\Cloud\TextToSpeech\V1\VoiceSelectionParams;
3939

4040
/** Uncomment and populate these variables in your code */
41-
// $path = 'Path to file to synthesize';
41+
// $path = 'The text file to be synthesized. (e.g., hello.txt)';
4242

4343
// create client object
4444
$client = new TextToSpeechClient();

0 commit comments

Comments
 (0)