From 0d3f69dacf687f32f378797fcb8ac9e11aa8ca0c Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Fri, 9 Nov 2018 23:25:50 +0100 Subject: [PATCH] add missing word --- src/start/panicking.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/start/panicking.md b/src/start/panicking.md index 9598102..242ce44 100644 --- a/src/start/panicking.md +++ b/src/start/panicking.md @@ -34,7 +34,7 @@ that define the `#[panic_handler]` function. Some examples include: [`panic-itm`]: https://crates.io/crates/panic-itm [`panic-semihosting`]: https://crates.io/crates/panic-semihosting -You may able to find even more crates searching for the [`panic-handler`] +You may be able to find even more crates searching for the [`panic-handler`] keyword on crates.io. [`panic-handler`]: https://crates.io/keywords/panic-handler