mirror of
https://github.com/crate-ci/typos.git
synced 2025-02-15 17:42:52 -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 bstr::ByteSlice;
|
||||||
use winnow::BStr;
|
use winnow::BStr;
|
||||||
|
|
||||||
/// Define rules for tokenizaing a buffer.
|
/// Define rules for tokenizing a buffer.
|
||||||
#[derive(Debug, Clone, PartialEq, Eq, Hash)]
|
#[derive(Debug, Clone, PartialEq, Eq, Hash)]
|
||||||
pub struct TokenizerBuilder {
|
pub struct TokenizerBuilder {
|
||||||
unicode: bool,
|
unicode: bool,
|
||||||
|
|
Loading…
Add table
Reference in a new issue