This commit is contained in:
Dirkjan Ochtman 2020-12-07 14:36:59 +01:00
parent c571996925
commit 2ab57ca0b1
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ impl Segmenter {
}
}
/// Customize the word length `limit
/// Customize the word length `limit`
pub fn set_limit(&mut self, limit: usize) {
self.limit = limit;
}