From 87f504e601392a65d9cb315527343091ff3a18d9 Mon Sep 17 00:00:00 2001 From: Martin Geisler Date: Sun, 24 Mar 2024 21:14:19 +0000 Subject: [PATCH] =?UTF-8?q?Consistently=20use=20lowercase=20for=20?= =?UTF-8?q?=E2=80=9Casync=20Rust=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/concurrency/async-exercises/dining-philosophers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/concurrency/async-exercises/dining-philosophers.md b/src/concurrency/async-exercises/dining-philosophers.md index a1d783cc..5c3bfff4 100644 --- a/src/concurrency/async-exercises/dining-philosophers.md +++ b/src/concurrency/async-exercises/dining-philosophers.md @@ -36,7 +36,7 @@ code below to a file called `src/main.rs`, fill out the blanks, and test that } ``` -Since this time you are using Async Rust, you'll need a `tokio` dependency. You +Since this time you are using async Rust, you'll need a `tokio` dependency. You can use the following `Cargo.toml`: