1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-06-24 17:56:45 +02:00

Fix Summary Menu Typo (#2063)

While reading the course I stumbled upon a tiny typo so might as well
fix it 🔍 👀 !
This commit is contained in:
snazzybytes
2024-05-07 09:24:20 -04:00
committed by GitHub
parent 87572f467d
commit 51234c17a8

View File

@ -359,7 +359,7 @@
- [Plain Threads](concurrency/threads/plain.md)
- [Scoped Threads](concurrency/threads/scoped.md)
- [Channels](concurrency/channels.md)
- [Senders and Reveivers](concurrency/channels/senders-receivers.md)
- [Senders and Receivers](concurrency/channels/senders-receivers.md)
- [Unbounded Channels](concurrency/channels/unbounded.md)
- [Bounded Channels](concurrency/channels/bounded.md)
- [`Send` and `Sync`](concurrency/send-sync.md)