From 1f68f93347ca4c337d5a45c707aa61dc2579f4fc Mon Sep 17 00:00:00 2001 From: Konstantinos Lyrakis <24938740+lyrakisk@users.noreply.github.com> Date: Mon, 18 Apr 2022 00:56:20 +0200 Subject: [PATCH] Update index.md --- 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 512ffa18..01126d87 100644 --- a/src/intro/index.md +++ b/src/intro/index.md @@ -18,7 +18,7 @@ The goals of this book are: How to best use Rust language features to write more correct embedded software. -* Serve as a cookbook in some cases. e.g. How do I do mix C and Rust in a single +* Serve as a cookbook in some cases. e.g. How do I mix C and Rust in a single project? This book tries to be as general as possible but to make things easier for both