mirror of
https://github.com/crate-ci/typos.git
synced 2025-02-13 00:36:04 -05:00
Merge pull request #1195 from szepeviktor/patch-1
Fix a typo in tokens.rs
This commit is contained in:
commit
8bdd84c413
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