Skip to content

Commit

Permalink
fix: minor refactor of api to API for consistency.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamian committed Aug 17, 2022
1 parent cf6cb3d commit 88e840d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions github/misc.go
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,8 @@ type APIMeta struct {
Web []string `json:"web,omitempty"`

// An array of IP addresses in CIDR format specifying the addresses
// which serve GitHub apis.
Api []string `json:"api,omitempty"`
// which serve GitHub APIs.
API []string `json:"api,omitempty"`
}

// APIMeta returns information about github.com, the service. Or, if you access
Expand Down

0 comments on commit 88e840d

Please sign in to comment.