fix incorrect doc comments

This commit is contained in:
Zero 2023-05-10 14:03:16 -06:00
parent 0859b41191
commit fc062e7541
No known key found for this signature in database
GPG key ID: 3861E636EA1E0E2B

View file

@ -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