From fc062e7541942ca13bf3ddfa469215ea55726003 Mon Sep 17 00:00:00 2001 From: Zero Date: Wed, 10 May 2023 14:03:16 -0600 Subject: [PATCH] fix incorrect doc comments --- src/whisper_ctx.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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