Skip to content

Commit 7d2e42d

Browse files
Ryan1729flip1995
andauthored
fix typo pointed out in review comment
Co-authored-by: Philipp Krones <[email protected]>
1 parent fbf637d commit 7d2e42d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/ptr.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ declare_clippy_lint! {
3737
/// this lint on them will fix the problem, but they may be in other crates.
3838
///
3939
/// One notable example of a function that may cause issues, and which cannot
40-
/// easily be changed due to beinng in the standard library is `Vec::contains`.
40+
/// easily be changed due to being in the standard library is `Vec::contains`.
4141
/// when called on a `Vec<Vec<T>>`. If a `&Vec` is passed to that method then
4242
/// it will compile, but if a `&[T]` is passed then it will not compile.
4343
///

0 commit comments

Comments
 (0)