From 6bd2615d4ee8aac13acec896631ddf349de36b4b Mon Sep 17 00:00:00 2001 From: "Brandon C. Irizarry" Date: Thu, 23 Apr 2026 17:39:00 -0400 Subject: feat: reword comment --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.go') diff --git a/main.go b/main.go index 2f524c1..795f227 100644 --- a/main.go +++ b/main.go @@ -72,7 +72,7 @@ func game(numPlayers, faces int) { // Launch a daemon to wait for the party to finish, so that we // can close the finishedPlayers channel. This has to be // non-blocking, since the range loop below is synchronized - // with the party members. + // with the party goroutines. go stopGame(&party, finishedPlayers) minPlayer := Player{score: math.MaxInt} -- cgit v1.2.3