Skip to content

Commit 8d35ec1

Browse files
committed
Fix Response description
1 parent 3b9527d commit 8d35ec1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

response.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@ import (
66
"time"
77
)
88

9-
// Response is a GitHub API response. This wraps the standard http.Response
10-
// returned from GitHub and provides convenient access to things like
11-
// pagination links.
9+
// Response is a wrapper around http.Response that provides rate limit information.
1210
type Response struct {
1311
*http.Response
1412

0 commit comments

Comments
 (0)