We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a5c344 commit f46a935Copy full SHA for f46a935
src/data_structures/binary_search_tree.rs
@@ -34,7 +34,7 @@ where
34
}
35
36
37
- /// Find a value in this tree. Returns True iff value is in this
+ /// Find a value in this tree. Returns True if value is in this
38
/// tree, and false otherwise
39
pub fn search(&self, value: &T) -> bool {
40
match &self.value {
0 commit comments