mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
Typo fixes
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user