We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbb1cd8 commit becbc90Copy full SHA for becbc90
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
36
}
37
```
38
39
-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
40
can use the following `Cargo.toml`:
41
42
<!-- File Cargo.toml -->
0 commit comments