From 8510e17fd875a7dcac61bed86044dde1c94e513f Mon Sep 17 00:00:00 2001 From: Piggy Date: Mon, 2 Jun 2025 18:51:48 +0800 Subject: [PATCH] Fix typo in doc for struct Encoding --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 78e9849..90842e2 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -2662,7 +2662,7 @@ static ENCODINGS_IN_LABEL_SORT: [&'static Encoding; 228] = [ /// # Streaming vs. Non-Streaming /// /// When you have the entire input in a single buffer, you can use the -/// methods [`decode()`][3], [`decode_with_bom_removal()`][3], +/// methods [`decode()`][3], [`decode_with_bom_removal()`][4], /// [`decode_without_bom_handling()`][5], /// [`decode_without_bom_handling_and_without_replacement()`][6] and /// [`encode()`][7]. (These methods are available to Rust callers only and are