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

Merge pull request #90 from jswalden/patch-4

Typo in concurrency exercises intro
This commit is contained in:
Martin Geisler 2022-12-31 12:26:20 +01:00 committed by GitHub
commit ce143ad031
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
Let us practice our new concurrency skills with
* Dining philosophers: a classic problems in concurrency.
* Dining philosophers: a classic problem in concurrency.
* Multi-threaded link checker: a larger project where you'll use Cargo to
download dependencies and then check links in parallel.