From 083ca47e3f21a27dd489a52e57b18cdf64cd3626 Mon Sep 17 00:00:00 2001 From: Max Bo Date: Tue, 17 Sep 2024 11:08:06 +1000 Subject: [PATCH] "tracket" -> "tracker" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d6cb7b..4ec7241 100644 --- a/README.md +++ b/README.md @@ -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()