fix a clerical error in the comment (#1356)

This commit is contained in:
天地
2023-10-11 03:31:44 +08:00
committed by GitHub
parent 4322056e6e
commit 0d8c57da48

View File

@ -117,7 +117,7 @@ impl BpeBuilder {
self self
} }
/// Set the `fuse_unk` option. /// Set the `byte_fallback` option.
#[must_use] #[must_use]
pub fn byte_fallback(mut self, byte_fallback: bool) -> Self { pub fn byte_fallback(mut self, byte_fallback: bool) -> Self {
self.config.byte_fallback = byte_fallback; self.config.byte_fallback = byte_fallback;