Typo fixes

This commit is contained in:
Philipp Oppermann
2018-06-04 14:05:34 +02:00
parent d9d836fe2c
commit ee07901388
2 changed files with 2 additions and 2 deletions

View File

@@ -132,7 +132,7 @@ This sets the panic strategy to `abort` for both the `dev` profile (used for `ca
[abort on panic]: https://github.com/rust-lang/rust/pull/32900
### Panic Implemenation
### Panic Implementation
The `panic_impl` language item defines the function that the compiler should invoke when a [panic] occurs. Instead of providing the language item directly, we can use the [`panic_implementation`] attribute to create a `panic` function: