Skip to content

Commit a05b60c

Browse files
cakikiArthurZucker
andauthored
[MINOR:TYPO] Update mod.rs (#1883)
Minor typographical nit: no space before exclamation marks in English. Co-authored-by: Arthur <48595927+ArthurZucker@users.noreply.github.com>
1 parent bc6e6cd commit a05b60c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tokenizers/src/models/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ impl Serialize for OrderedVocabIter<'_> {
5151
};
5252

5353
if !holes.is_empty() {
54-
warn!("The OrderedVocab you are attempting to save contains holes for indices {holes:?}, your vocabulary could be corrupted !");
55-
println!("The OrderedVocab you are attempting to save contains holes for indices {holes:?}, your vocabulary could be corrupted !");
54+
warn!("The OrderedVocab you are attempting to save contains holes for indices {holes:?}, your vocabulary could be corrupted!");
55+
println!("The OrderedVocab you are attempting to save contains holes for indices {holes:?}, your vocabulary could be corrupted!");
5656
}
5757
result
5858
}

0 commit comments

Comments
 (0)