Skip to content

Commit 76e910f

Browse files
authored
Merge pull request #346 from killercup/patch-7
fix the spelling of my weird last name
2 parents 58f1a19 + fdc5a85 commit 76e910f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

posts/2018-12-17-Rust-2018-dev-tools.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ add or improve the compiler's suggestion for fixing an error or warning, then
5353
that improves Rustfix. We use the same information in an IDE to give quick fixes
5454
(such as automatically adding imports).
5555

56-
Thank you to Pascal Hertief (killercup), Oliver Scherer (oli-obk), Alex
56+
Thank you to Pascal Hertleif (killercup), Oliver Scherer (oli-obk), Alex
5757
Crichton, Zack Davis, and Eric Huss for developing Rustfix and the compiler
5858
lints which it uses.
5959

@@ -107,7 +107,7 @@ Clippy can be installed using `rustup component add clippy`, then use it with
107107
`cargo clippy`. For more information, including how to run it in your CI, see
108108
[the repo readme](https://github.com/rust-lang/rust-clippy/).
109109

110-
Thank you Clippy team (Pascal Hertief (killercup), Oliver Scherer (oli-obk),
110+
Thank you Clippy team (Pascal Hertleif (killercup), Oliver Scherer (oli-obk),
111111
Manish Goregaokar (manishearth), and Andre Bogus (llogiq))!
112112

113113

0 commit comments

Comments
 (0)