From a7461f805a30960d552b08478b85cdcfebb32621 Mon Sep 17 00:00:00 2001 From: MaschitaG <121792732+MaschitaG@users.noreply.github.com> Date: Mon, 2 Jan 2023 10:01:10 +0100 Subject: [PATCH] Update welcome.md Make the language more precise --- src/welcome.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/welcome.md b/src/welcome.md index 27ebc89d..c4cef244 100644 --- a/src/welcome.md +++ b/src/welcome.md @@ -26,7 +26,7 @@ writing code for Android itself, the operating system. Rust is a large language and we won't be able to cover all of it in a few days. Some non-goals of this course are: -* Learn how to use async Rust --- we'll only talk a bit about async Rust when +* Learn how to use async Rust --- we'll only mention async Rust when covering traditional concurrency primitives. Please see [Asynchronous Programming in Rust](https://rust-lang.github.io/async-book/) instead for details on this topic.