Fix variable name misspellling

This commit is contained in:
Mike Nicholaides 2012-10-25 23:37:22 -03:00
parent 6e5585ff65
commit c16e63601d

View File

@ -47,7 +47,7 @@ func main() {
}
// Every 200 milliseconds we'll try to add a new
// value to `limiterBursty`, up to its limit of 3.
// value to `burstyLimiter`, up to its limit of 3.
go func() {
for t := range time.Tick(time.Millisecond * 200) {
burstyLimiter <- t