Skip to content

Commit 0672b24

Browse files
authored
Merge pull request #119 from piggynl/fix-doc-typo
Fix typo in doc for struct Encoding
2 parents 01e369b + 8510e17 commit 0672b24

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2662,7 +2662,7 @@ static ENCODINGS_IN_LABEL_SORT: [&'static Encoding; 228] = [
26622662
/// # Streaming vs. Non-Streaming
26632663
///
26642664
/// When you have the entire input in a single buffer, you can use the
2665-
/// methods [`decode()`][3], [`decode_with_bom_removal()`][3],
2665+
/// methods [`decode()`][3], [`decode_with_bom_removal()`][4],
26662666
/// [`decode_without_bom_handling()`][5],
26672667
/// [`decode_without_bom_handling_and_without_replacement()`][6] and
26682668
/// [`encode()`][7]. (These methods are available to Rust callers only and are

0 commit comments

Comments
 (0)