diff options
| author | demo <demo@antix1> | 2026-05-24 23:26:11 -0400 |
|---|---|---|
| committer | demo <demo@antix1> | 2026-05-24 23:26:11 -0400 |
| commit | 366a2c09d8bb7c49174ec0c12bd9e73eadcfc320 (patch) | |
| tree | 99215170d2ad2af0296ba1b0009d5b93f4ff4f34 | |
| parent | 54294466d5624b6b0ce84c20f118070fa597daa8 (diff) | |
docs: edit comment
| -rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
