Skip to content

Commit

Permalink
Fix internal link.
Browse files Browse the repository at this point in the history
  • Loading branch information
Narsil committed Nov 7, 2024
1 parent c32a2c2 commit a326447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tokenizers/src/tokenizer/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -973,7 +973,7 @@ where
/// assert_eq!(decode_stream.step(2).unwrap(), Some("é".to_string()));
/// ```
///
/// To see how [`DecodeStream`] is necessary, let's show how using raw [`Tokenizer::decode`] would
/// To see how [`DecodeStream`] is necessary, let's show how using raw [`TokenizerImpl::decode`] would
/// fail.
///
/// ```
Expand Down

0 comments on commit a326447

Please sign in to comment.