1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-02-12 07:56:25 +02:00

Update welcome.md

Make the language more precise
This commit is contained in:
MaschitaG 2023-01-02 10:01:10 +01:00 committed by GitHub
parent a62c695fe3
commit a7461f805a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.