Skip to content

Commit

Permalink
Merge pull request #9 from ryan961/patch-1
Browse files Browse the repository at this point in the history
Fix typo.
  • Loading branch information
1pkg committed May 7, 2024
2 parents ba12a86 + 98a4935 commit dbdb3da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ select {
default:
}
```
If internal context throttler is throttling context done chanel will be closed respectively. **Note** such behavior is implemented by throttler long pooling with the specified frequency, so efficiently there will be additional throttling user in form of long pooling goroutine.
If internal context throttler is throttling context done channel will be closed respectively. **Note** such behavior is implemented by throttler long pooling with the specified frequency, so efficiently there will be additional throttling user in form of long pooling goroutine.

```go
// complex throttler example
Expand Down

0 comments on commit dbdb3da

Please sign in to comment.