Skip to content

Commit

Permalink
"an" → "a"
Browse files Browse the repository at this point in the history
  • Loading branch information
qryxip committed Feb 8, 2024
1 parent 49ccd0c commit 3eb1339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/open_jtalk/src/mecab/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use std::{ffi::CString, mem::MaybeUninit};
pub enum MecabLoadError {
#[error("`{function}` failed")]
Unsuccessful { function: &'static str },
#[error("file name contained an NUL byte: {filename:?}")]
#[error("file name contained a NUL byte: {filename:?}")]
Nul { filename: Utf8PathBuf },
}

Expand Down

0 comments on commit 3eb1339

Please sign in to comment.