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

"a classic problem", not "...problems"

This commit is contained in:
Jeff Walden 2022-12-30 21:54:35 -08:00 committed by GitHub
parent d8fd38b88a
commit 1ae03443d5
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.