diff --git a/src/wrap_algorithms.rs b/src/wrap_algorithms.rs index e97f8bd6..edaa8132 100644 --- a/src/wrap_algorithms.rs +++ b/src/wrap_algorithms.rs @@ -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;