Skip to content

Commit faa0e7c

Browse files
authored
Remove extra backtick from README.md (#3158)
1 parent faffd29 commit faa0e7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ if _, ok := err.(*github.AbuseRateLimitError); ok {
182182

183183
Alternatively, you can block until the rate limit is reset by using the `context.WithValue` method:
184184

185-
````go
185+
```go
186186
repos, _, err := client.Repositories.List(context.WithValue(ctx, github.SleepUntilPrimaryRateLimitResetWhenRateLimited, true), "", nil)
187187
```
188188

0 commit comments

Comments
 (0)