diff options
| author | demo <demo@antix1> | 2026-05-24 22:45:10 -0400 |
|---|---|---|
| committer | demo <demo@antix1> | 2026-05-24 22:45:10 -0400 |
| commit | d3e48546d90c94e408cba20de1e66e155a5ada11 (patch) | |
| tree | 8b7799dfebb32194f4833763a870807b62fe1d63 | |
| parent | 6debaea6392011d3f259dba78c1354292e0f71f6 (diff) | |
docs: fix comment
| -rw-r--r-- | main.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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() |
