Skip to content

Commit ea7ab08

Browse files
authored
docs: typo in sequential.rs (#16)
1 parent 893bf22 commit ea7ab08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/vosk/src/recognition/sequential.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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]

0 commit comments

Comments
 (0)