We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 01e369b + 8510e17 commit 0672b24Copy full SHA for 0672b24
1 file changed
src/lib.rs
@@ -2662,7 +2662,7 @@ static ENCODINGS_IN_LABEL_SORT: [&'static Encoding; 228] = [
2662
/// # Streaming vs. Non-Streaming
2663
///
2664
/// When you have the entire input in a single buffer, you can use the
2665
-/// methods [`decode()`][3], [`decode_with_bom_removal()`][3],
+/// methods [`decode()`][3], [`decode_with_bom_removal()`][4],
2666
/// [`decode_without_bom_handling()`][5],
2667
/// [`decode_without_bom_handling_and_without_replacement()`][6] and
2668
/// [`encode()`][7]. (These methods are available to Rust callers only and are
0 commit comments