Merge pull request #11 from reisub0/master

Fixes error in example
This commit is contained in:
0/0 2023-01-03 13:12:01 -07:00 committed by GitHub
commit a74482cb03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ pub fn usage() {
// and set the language to translate to to english
params.set_language("en");
// we also explicitly disable anything that prints to stdout
params.set_print_special_tokens(false);
params.set_print_special(false);
params.set_print_progress(false);
params.set_print_realtime(false);
params.set_print_timestamps(false);