Skip to content

Commit becbc90

Browse files
committed
Consistently use lowercase for “async Rust”
1 parent cbb1cd8 commit becbc90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/concurrency/async-exercises/dining-philosophers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ code below to a file called `src/main.rs`, fill out the blanks, and test that
3636
}
3737
```
3838

39-
Since this time you are using Async Rust, you'll need a `tokio` dependency. You
39+
Since this time you are using async Rust, you'll need a `tokio` dependency. You
4040
can use the following `Cargo.toml`:
4141

4242
<!-- File Cargo.toml -->

0 commit comments

Comments
 (0)