From d3e48546d90c94e408cba20de1e66e155a5ada11 Mon Sep 17 00:00:00 2001 From: demo Date: Sun, 24 May 2026 22:45:10 -0400 Subject: docs: fix comment --- main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main.go') diff --git a/main.go b/main.go index e5d4c11..fc2b9ca 100644 --- a/main.go +++ b/main.go @@ -35,8 +35,8 @@ loop: } } - // This sets off a chain reaction that closes all the - // p-channels (p0, p1, etc.) + // This sets off a chain reaction that closes the other + // p-channels (p1, p2, etc.) close(p0) wg.Wait() -- cgit v1.2.3