Skip to content

Commit

Permalink
Merge pull request #1 from MaxwellBo/patch-1
Browse files Browse the repository at this point in the history
"tracket" -> "tracker"
  • Loading branch information
satmihir authored Sep 17, 2024
2 parents 5ad82a8 + 083ca47 commit 1fb776d
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 @@ -56,7 +56,7 @@ trk, err := trkB.Build()
defer trk.Close()
```

For every incoming request, you have to pass the flow identifier (the id over which you want to maintain fairness) into the tracket to see if it needs to be throttled. A client ID for example could be such ID to maintain resource fairness among all your clients.
For every incoming request, you have to pass the flow identifier (the id over which you want to maintain fairness) into the tracker to see if it needs to be throttled. A client ID for example could be such ID to maintain resource fairness among all your clients.

```go
ctx := context.Background()
Expand Down

0 comments on commit 1fb776d

Please sign in to comment.