diff --git a/src/whisper_ctx.rs b/src/whisper_ctx.rs index 75aba43..c8c906c 100644 --- a/src/whisper_ctx.rs +++ b/src/whisper_ctx.rs @@ -299,7 +299,7 @@ impl WhisperContext { unsafe { whisper_rs_sys::whisper_model_type(self.ctx) } } - /// token functions + // token functions /// Convert a token ID to a string. /// /// # Arguments