File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
crates/vosk/src/recognition Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ impl Recognizer {
195195 /// if [`set_max_alternatives`] was passed a 0 (default), and
196196 /// [`CompleteResult::Multiple`] otherwise.
197197 ///
198- /// If words are enabled (see [`set_words`]), it also returns metadata abut the words.
198+ /// If words are enabled (see [`set_words`]), it also returns metadata about the words.
199199 ///
200200 /// [`set_max_alternatives`]: Self::set_max_alternatives
201201 /// [`set_words`]: Self::set_words
@@ -209,7 +209,7 @@ impl Recognizer {
209209 /// Returns partial speech recognition, which is not yet finalized and may change after
210210 /// processing more data.
211211 ///
212- /// If words are enabled (see [`set_partial_words`]), it also returns metadata abut the words.
212+ /// If words are enabled (see [`set_partial_words`]), it also returns metadata about the words.
213213 ///
214214 /// [`set_partial_words`]: Self::set_partial_words
215215 #[ must_use]
You can’t perform that action at this time.
0 commit comments