fix: typo

Co-authored-by: 0/0 <zero@imaskeleton.me>
This commit is contained in:
yuni 2023-04-25 23:19:00 +09:00 committed by GitHub
parent 4e334f4baa
commit 9b57c8ef3f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -60,7 +60,7 @@ impl WhisperContext {
/// Create a new state object, ready for use. /// Create a new state object, ready for use.
/// ///
/// # Returns /// # Returns
/// Ok(WhieperState) on success, Err(WhisperError) on failure. /// Ok(WhisperState) on success, Err(WhisperError) on failure.
/// ///
/// # C++ equivalent /// # C++ equivalent
/// `struct whisper_state * whisper_init_state(struct whisper_context * ctx);` /// `struct whisper_state * whisper_init_state(struct whisper_context * ctx);`