From df601ce501b4a6a0e4b7657d29072d562894c50b Mon Sep 17 00:00:00 2001 From: Erich Schroeter Date: Mon, 29 Apr 2019 13:30:12 -0500 Subject: [PATCH] minor grammar fix --- src/intro/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/intro/index.md b/src/intro/index.md index 6064391..d4304f0 100644 --- a/src/intro/index.md +++ b/src/intro/index.md @@ -55,7 +55,7 @@ If you are unfamiliar with anything mentioned above or if you want more informat | Topic | Resource | Description | |--------------|----------|-------------| -| Rust | [Rust Book](https://doc.rust-lang.org/book/) | If you are not yet comfortable with Rust, we highly suggest reading the this book. | +| Rust | [Rust Book](https://doc.rust-lang.org/book/) | If you are not yet comfortable with Rust, we highly suggest reading this book. | | Rust, Embedded | [Embedded Rust Bookshelf](https://docs.rust-embedded.org) | Here you can find several other resources provided by Rust's Embedded Working Group. | | Rust, Embedded | [Embedonomicon](https://docs.rust-embedded.org/embedonomicon/) | The nitty gritty details when doing embedded programming in Rust. | | Rust, Embedded | [embedded FAQ](https://docs.rust-embedded.org/faq.html) | Frequently asked questions about Rust in an embedded context. |