diff options
| author | Felix Rabe <felix@rabe.io> | 2019-04-18 15:08:14 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-04-18 15:08:14 +0200 |
| commit | b4f2200d5c494bf15777ae97fe6d892c32b57ee7 (patch) | |
| tree | 27640945769f99e25cdb59a5ae067fb0ae8fd5d9 | |
| parent | c6e43b1ba7974ba21b82b3c02d9a6221a7cd96b9 (diff) | |
| download | rust-b4f2200d5c494bf15777ae97fe6d892c32b57ee7.tar.gz rust-b4f2200d5c494bf15777ae97fe6d892c32b57ee7.zip | |
Typo
| -rw-r--r-- | clippy_lints/src/methods/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clippy_lints/src/methods/mod.rs b/clippy_lints/src/methods/mod.rs index b7580b37279..16a83604c21 100644 --- a/clippy_lints/src/methods/mod.rs +++ b/clippy_lints/src/methods/mod.rs @@ -359,7 +359,7 @@ declare_clippy_lint! { /// **Why is this bad?** The function will always be called. /// /// **Known problems:** If the function has side-effects, not calling it will - /// change the semantic of the program, but you shouldn't rely on that anyway. + /// change the semantics of the program, but you shouldn't rely on that anyway. /// /// **Example:** /// ```rust |
