Skip to content

Commit 3f1b056

Browse files
fmt
1 parent b51951b commit 3f1b056

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bpe-openai/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ pub use bpe::*;
4747
/// produce the same output as the tiktoken tokenizers. The type gives access
4848
/// to the regex and underlying bye-pair encoding if needed. Note that using
4949
/// the byte-pair encoding directly does not take the regex into account and
50-
/// may result in output that differs from tiktoken.
50+
/// may result in output that differs from tiktoken.
5151
pub struct Tokenizer {
5252
/// The byte-pair encoding for this tokenizer.
5353
pub bpe: BytePairEncoding,

0 commit comments

Comments
 (0)