Skip to content

Commit 3c0aaa0

Browse files
rspencer01y21
andauthored
Spelling fix
Co-authored-by: Timo <[email protected]>
1 parent 768963e commit 3c0aaa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/trivial_map_over_range.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ declare_clippy_lint! {
1414
///
1515
/// ### Why is this bad?
1616
///
17-
/// It expreses the intent more clearly to `take` the correct number of times
17+
/// It expresses the intent more clearly to `take` the correct number of times
1818
/// from a generating function than to apply a closure to each number in a
1919
/// range only to discard them.
2020
///

0 commit comments

Comments
 (0)