diff options
| author | ydah <13041216+ydah@users.noreply.github.com> | 2022-05-13 14:20:25 +0900 |
|---|---|---|
| committer | ydah <13041216+ydah@users.noreply.github.com> | 2022-05-13 14:20:25 +0900 |
| commit | 4e5f69cc869f734d39f74a5b0d9250eb5fc101ce (patch) | |
| tree | 964366d129efed6cd8545d17937b996aa4e2faa2 /clippy_lints/src/mutable_debug_assertion.rs | |
| parent | a3d1f288491c703172b2debc88379c6469e26c75 (diff) | |
| download | rust-4e5f69cc869f734d39f74a5b0d9250eb5fc101ce.tar.gz rust-4e5f69cc869f734d39f74a5b0d9250eb5fc101ce.zip | |
Tweak some words improved representation
This PR has implemented improved representation. - Use "lib" instead of "lifb" - Use "triggered" instead of "triggere" - Use "blacklisted_name" instead of "blackisted_name" - Use "stabilization" instead of "stabilisation" - Use "behavior" instead of "behaviour" - Use "target" instead of "tartet" - Use "checked_add" instead of "chcked_add" - Use "anti-pattern" instead of "antipattern" - Use "suggestion" instead of "suggesttion" - Use "example" instead of "exampel" - Use "Cheat Sheet" instead of "Cheatsheet"
Diffstat (limited to 'clippy_lints/src/mutable_debug_assertion.rs')
| -rw-r--r-- | clippy_lints/src/mutable_debug_assertion.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clippy_lints/src/mutable_debug_assertion.rs b/clippy_lints/src/mutable_debug_assertion.rs index 4ba68c8eacd..8dba60f3a58 100644 --- a/clippy_lints/src/mutable_debug_assertion.rs +++ b/clippy_lints/src/mutable_debug_assertion.rs @@ -16,7 +16,7 @@ declare_clippy_lint! { /// ### Why is this bad? /// In release builds `debug_assert!` macros are optimized out by the /// compiler. - /// Therefore mutating something in a `debug_assert!` macro results in different behaviour + /// Therefore mutating something in a `debug_assert!` macro results in different behavior /// between a release and debug build. /// /// ### Example |
