From 9b2b4064ebdc1d1cf5ce2d1bcb505f5a8e3bd454 Mon Sep 17 00:00:00 2001 From: Wilhelm Jochim <47217408+whjochim@users.noreply.github.com> Date: Sat, 17 Feb 2024 13:08:16 +0100 Subject: [PATCH] exmple > example in Cargo.toml comment This is a simple spelling error in a comment in the Cargo.tom --- examples/rust-hello-world/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/rust-hello-world/Cargo.toml b/examples/rust-hello-world/Cargo.toml index 62fb856159..215d2fe63b 100644 --- a/examples/rust-hello-world/Cargo.toml +++ b/examples/rust-hello-world/Cargo.toml @@ -17,7 +17,7 @@ panic = "abort" [dependencies] riot-wrappers = { version = "0.8", features = [ "set_panic_handler" ] } -# While currently this exmple does not use any RIOT modules implemented in +# While currently this example does not use any RIOT modules implemented in # Rust, that may change; it is best practice for any RIOT application that has # its own top-level Rust crate to include rust_riotmodules from inside # RIOTBASE.