Skip to content

Commit 8f4d71a

Browse files
authored
Update README.md
1 parent d40208e commit 8f4d71a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ func NewRateLimiter() *RateLimiter {
6262
}
6363
```
6464

65-
## Fix Current Access with sync.Mutext
65+
## Fix Current Access with sync.Mutex
6666

6767
```golang
6868
// RateLimiterMiddleware - 建立 ratelimiter middleware
@@ -90,4 +90,4 @@ func (r *RateLimiter) RateLimiterMiddleware(next http.Handler, limit rate.Limit,
9090
next.ServeHTTP(w, req)
9191
})
9292
}
93-
```
93+
```

0 commit comments

Comments
 (0)