Skip to content

Commit eff6f68

Browse files
committed
Fix typos
1 parent 6661e83 commit eff6f68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/set_contains_or_insert.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ declare_clippy_lint! {
2020
///
2121
/// ### Known problems
2222
/// In case the value that wants to be inserted is borrowed and also expensive or impossible
23-
/// to clone. In such scenario, the developer might want to check with `contain` before inserting,
23+
/// to clone. In such a scenario, the developer might want to check with `contains` before inserting,
2424
/// to avoid the clone. In this case, it will report a false positive.
2525
///
2626
/// ### Example

0 commit comments

Comments
 (0)