Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rlrs committed Dec 12, 2023
1 parent fae12dd commit 958b3a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tokenizers/src/tokenizer/normalizer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@ impl NormalizedString {
}
});

// Copy the part remaining part of the input
// Copy the remaining part of the input
new_normalized.push_str(&self.normalized[last_end..]);
new_alignments.extend(&self.alignments[last_end..]);

Expand Down

0 comments on commit 958b3a5

Please sign in to comment.