diff --git a/src/lib.rs b/src/lib.rs index 6f636a9..81d6bff 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1636,7 +1636,7 @@ impl BinarySearchTree for RecursiveBST { removed_max } - /// Returns references to the elements of the tree in **ascending order.**` + /// Returns references to the elements of the tree in **ascending order.** /// /// # Important ///