100-exercises-to-learn-rust/book
mckzm e732ea82e4
Fix minor typo in 09_bounded.md (#125)
Trim errant `s` from `enqueue`'s end in [Bounded vs unbounded channels](https://rust-exercises.com/100-exercises/07_threads/09_bounded.html):

`if the producers enqueues messages` -> `if the producers enqueue messages`
2024-08-05 15:03:31 +02:00
..
src Fix minor typo in 09_bounded.md (#125) 2024-08-05 15:03:31 +02:00
.gitignore 100 exercises to learn Rust 2024-05-12 22:47:45 +02:00
book.toml Automatically add exercise links to sections. (#52) 2024-05-24 18:15:38 +02:00