diff --git a/src/vector/mod.rs b/src/vector/mod.rs index 47893a9..29364e8 100644 --- a/src/vector/mod.rs +++ b/src/vector/mod.rs @@ -673,7 +673,7 @@ impl Vector { /// Test if a given element is in the vector. /// /// Searches the vector for the first occurrence of a given value, - /// and returns `true if it's there. If it's nowhere to be found + /// and returns `true` if it's there. If it's nowhere to be found /// in the vector, it returns `false`. /// /// Time: O(n)