From 51234c17a86d444860463b975031deb11f47c0d1 Mon Sep 17 00:00:00 2001 From: snazzybytes <72365181+snazzybytes@users.noreply.github.com> Date: Tue, 7 May 2024 09:24:20 -0400 Subject: [PATCH] Fix Summary Menu Typo (#2063) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit While reading the course I stumbled upon a tiny typo so might as well fix it 🔍 👀 ! --- src/SUMMARY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SUMMARY.md b/src/SUMMARY.md index 1e4be22f..ac3a343b 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -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)