Skip to content

Commit eb62983

Browse files
xiongmao86flip1995
andauthored
Update clippy_lints/src/methods/mod.rs
Fix grammar problem. Co-Authored-By: Philipp Krones <[email protected]>
1 parent e83dc7e commit eb62983

File tree

1 file changed

+1
-1
lines changed
  • clippy_lints/src/methods

1 file changed

+1
-1
lines changed

clippy_lints/src/methods/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1121,7 +1121,7 @@ declare_clippy_lint! {
11211121
/// }
11221122
/// ```
11231123
///
1124-
/// should be writing as:
1124+
/// should be written as:
11251125
///
11261126
/// ```rust,ignore
11271127
/// let metadata = std::fs::metadata("foo.txt")?;

0 commit comments

Comments
 (0)