S/TTS/Tts/ here as well.

This commit is contained in:
Nolan Darilek 2021-03-31 11:03:14 -05:00
parent 6dbf9b7ddc
commit d9639c049b
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ use tts::*;
// Without it, the `TTS` instance gets dropped before callbacks can run.
#[allow(unreachable_code)]
fn run() -> Result<(), Error> {
let mut tts = TTS::default()?;
let mut tts = Tts::default()?;
let Features {
utterance_callbacks,
..