Skip to content

Commit 1dbc646

Browse files
gguussAce Nassri
authored and
Ace Nassri
committed
fix: remove extra brace in snippet (#347)
1 parent ebb1398 commit 1dbc646

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

translate/quickstart.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ async function main(
3535
const [translation] = await translate.translate(text, target);
3636
console.log(`Text: ${text}`);
3737
console.log(`Translation: ${translation}`);
38+
// [END translate_quickstart]
3839
}
39-
// [END translate_quickstart]
4040

4141
const args = process.argv.slice(2);
4242
main(...args).catch(console.error);

0 commit comments

Comments
 (0)