Skip to content

Commit

Permalink
Fix typo in docs. (#39)
Browse files Browse the repository at this point in the history
Copied from #194 in im-rs.
  • Loading branch information
jneem authored Nov 26, 2021
1 parent 2d1c69c commit d70e81d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vector/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ impl<A> 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 d70e81d

Please sign in to comment.