Fix minor typos in comment.
This commit is contained in:
parent
bbd006bc5e
commit
4a339dcbca
|
@ -51,7 +51,7 @@ func TestGoCollector(t *testing.T) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// GoCollector performs two sends per call.
|
// GoCollector performs two sends per call.
|
||||||
// On line 27 we need to revceive the second send
|
// On line 27 we need to receive the second send
|
||||||
// to shut down cleanly.
|
// to shut down cleanly.
|
||||||
<-ch
|
<-ch
|
||||||
return
|
return
|
||||||
|
|
Loading…
Reference in New Issue