summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordemo <demo@antix1>2026-05-24 23:26:11 -0400
committerdemo <demo@antix1>2026-05-24 23:26:11 -0400
commit366a2c09d8bb7c49174ec0c12bd9e73eadcfc320 (patch)
tree99215170d2ad2af0296ba1b0009d5b93f4ff4f34
parent54294466d5624b6b0ce84c20f118070fa597daa8 (diff)
docs: edit comment
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
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