Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeisler committed Nov 9, 2022
1 parent 583b9b1 commit b29b239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wrap_algorithms.rs
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ impl PartialEq for WrapAlgorithm {
/// }
/// ```
///
/// Note that `WrapAlgorithm::Custom1` values never compare equal:
/// Note that `WrapAlgorithm::Custom` values never compare equal:
///
/// ```
/// use textwrap::WrapAlgorithm;
Expand Down

0 comments on commit b29b239

Please sign in to comment.