diff --git a/src/lib.rs b/src/lib.rs index 07465bb..a1a83a7 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -529,8 +529,8 @@ impl NonEmpty { (&self.head, &self.tail) } - /// Deconstruct a `NonEmpty` into its first, last, and - /// middle elements, in that order. + /// Deconstruct a `NonEmpty` into its first, middle, and + /// last elements, in that order. /// /// If there is only one element then last is `None`. ///