Fix minor typo in 09_bounded.md (#125)
authormckzm <134839822+mckzm@users.noreply.github.com>
Mon, 5 Aug 2024 13:03:31 +0000 (22:03 +0900)
committerGitHub <noreply@github.com>
Mon, 5 Aug 2024 13:03:31 +0000 (15:03 +0200)
commite732ea82e4f1a712858e61bc3836c102b4f1191e
treebbaf87e2c0c2e609fef3baac3fbf937639e62cd7
parent5ef0a6aa12a5d7af6fcad17bca0f2e18436a7c4d
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`
book/src/07_threads/09_bounded.md