Skip to content

Commit

Permalink
Fix a typo in the docs ("\true" => "\true\`")
Browse files Browse the repository at this point in the history
  • Loading branch information
GrantJamesPowell authored and bodil committed Apr 29, 2022
1 parent 8bc66f0 commit 9c2726a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vector/mod.rs
Expand Up @@ -673,7 +673,7 @@ impl<A: Clone> Vector<A> {
/// 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)
Expand Down

0 comments on commit 9c2726a

Please sign in to comment.