Skip to content

Commit 9c2726a

Browse files
GrantJamesPowellbodil
authored andcommitted
Fix a typo in the docs ("\true" => "\true\`")
1 parent 8bc66f0 commit 9c2726a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vector/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -673,7 +673,7 @@ impl<A: Clone> Vector<A> {
673673
/// Test if a given element is in the vector.
674674
///
675675
/// Searches the vector for the first occurrence of a given value,
676-
/// and returns `true if it's there. If it's nowhere to be found
676+
/// and returns `true` if it's there. If it's nowhere to be found
677677
/// in the vector, it returns `false`.
678678
///
679679
/// Time: O(n)

0 commit comments

Comments
 (0)