Skip to content

Commit

Permalink
fix: remove extra brace in snippet (#347)
Browse files Browse the repository at this point in the history
  • Loading branch information
gguuss authored and Ace Nassri committed Nov 17, 2022
1 parent 079aa4c commit 3b54382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion translate/quickstart.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ async function main(
const [translation] = await translate.translate(text, target);
console.log(`Text: ${text}`);
console.log(`Translation: ${translation}`);
// [END translate_quickstart]
}
// [END translate_quickstart]

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

0 comments on commit 3b54382

Please sign in to comment.