From 165a6c8f797f70561f70c41a366dae8431c3b557 Mon Sep 17 00:00:00 2001 From: Dominik Maier Date: Mon, 17 Jul 2023 19:01:21 +0200 Subject: [PATCH] Add reference to microcontrollers as target for rust (#986) --- src/welcome-day-1/what-is-rust.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/welcome-day-1/what-is-rust.md b/src/welcome-day-1/what-is-rust.md index 36a87bc0..3e821720 100644 --- a/src/welcome-day-1/what-is-rust.md +++ b/src/welcome-day-1/what-is-rust.md @@ -22,7 +22,7 @@ Rust fits in the same area as C++: * High flexibility. * High level of control. -* Can be scaled down to very constrained devices like mobile phones. +* Can be scaled down to very constrained devices such as microcontrollers. * Has no runtime or garbage collection. * Focuses on reliability and safety without sacrificing performance.