Skip to content

Commit

Permalink
Merge pull request #492 from mgeisler/fix-typo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
mgeisler committed Nov 9, 2022
2 parents 5473ec8 + b29b239 commit 19a1276
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 19a1276

Please sign in to comment.