From b29b2391cc79862bff9dcbbbbaf95a955482030e Mon Sep 17 00:00:00 2001 From: Martin Geisler Date: Wed, 9 Nov 2022 15:27:32 +0100 Subject: [PATCH] Fix typo --- src/wrap_algorithms.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;