1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-01-09 01:02:47 +02:00

Merge pull request #92 from MaschitaG/patch-1

Update welcome.md
This commit is contained in:
Martin Geisler 2023-01-02 10:06:46 +01:00 committed by GitHub
commit 9499ddb8f9
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.