Fix typo
This commit is contained in:
parent
c571996925
commit
2ab57ca0b1
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue