1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-06-15 22:00:26 +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

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.