Fix variable name misspellling
This commit is contained in:
parent
6e5585ff65
commit
c16e63601d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user