From 366a2c09d8bb7c49174ec0c12bd9e73eadcfc320 Mon Sep 17 00:00:00 2001 From: demo Date: Sun, 24 May 2026 23:26:11 -0400 Subject: docs: edit comment --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 00087eb..96853d8 100644 --- a/main.go +++ b/main.go @@ -42,7 +42,7 @@ loop: } // This sets off a chain reaction that closes the other - // p-channels (p1, p2, etc.) + // player-channels (players[1], players[2], etc.) close(players[0]) // Wait for all of the in-flight player goroutines to -- cgit v1.2.3