Skip to content

Commit

Permalink
Remove extra backtick from README.md (#3158)
Browse files Browse the repository at this point in the history
  • Loading branch information
NorseGaud authored May 1, 2024
1 parent faffd29 commit faa0e7c
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 @@ -182,7 +182,7 @@ if _, ok := err.(*github.AbuseRateLimitError); ok {

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

````go
```go
repos, _, err := client.Repositories.List(context.WithValue(ctx, github.SleepUntilPrimaryRateLimitResetWhenRateLimited, true), "", nil)
```

Expand Down

0 comments on commit faa0e7c

Please sign in to comment.