mirror of
https://github.com/crate-ci/typos.git
synced 2025-02-13 00:36:04 -05:00
Fix a typo in tokens.rs
This commit is contained in:
parent
dbfc372120
commit
efc9dd8daf
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
use bstr::ByteSlice;
|
||||
use winnow::BStr;
|
||||
|
||||
/// Define rules for tokenizaing a buffer.
|
||||
/// Define rules for tokenizing a buffer.
|
||||
#[derive(Debug, Clone, PartialEq, Eq, Hash)]
|
||||
pub struct TokenizerBuilder {
|
||||
unicode: bool,
|
||||
|
|
Loading…
Add table
Reference in a new issue