Skip to content

Commit d3b1160

Browse files
committed
Fix grammar in comment
1 parent 2068bf7 commit d3b1160

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rep/replay.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ func (r *Replay) Compute() {
100100
}
101101
// Are winners detectable?
102102
if maxSize > 0 {
103-
// Are there only one team with max size?
103+
// Is there only one team with max size?
104104
count := 0
105105
for _, size := range teamSizes {
106106
if size == maxSize {

0 commit comments

Comments
 (0)