From 65aff4e5fd8e04bae2784c8ed465fac5feec4bb8 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Thu, 24 Feb 2022 04:08:36 +0000 Subject: [PATCH] Update documentation --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ///