Skip to content

Commit 762ca60

Browse files
authored
Fix region tag (GoogleCloudPlatform#1583)
1 parent c9aab34 commit 762ca60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

texttospeech/cloud-client/src/main/java/com/example/texttospeech/SsmlAddresses.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ public static String textToSsml(String inputFile)
128128
// Return the concatenated String of SSML
129129
return ssml;
130130
}
131-
// [START tts_ssml_address_ssml]
131+
// [END tts_ssml_address_ssml]
132132

133133
// [START tts_ssml_address_test]
134134
public static void main(String... args) throws Exception {
@@ -140,4 +140,4 @@ public static void main(String... args) throws Exception {
140140
ssmlToAudio(ssml, outFile);
141141
}
142142
// [END tts_ssml_address_test]
143-
}
143+
}

0 commit comments

Comments
 (0)