Browse Source

typo: s/GitHib/GitHub/ (fixes #177)

Will Norris 11 years ago
parent
commit
c57f250890
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      github/issues_labels.go

+ 1
- 1
github/issues_labels.go View File

@ -7,7 +7,7 @@ package github
import "fmt"
// Label represents a GitHib label on an Issue
// Label represents a GitHub label on an Issue
type Label struct {
URL *string `json:"url,omitempty"`
Name *string `json:"name,omitempty"`


Loading…
Cancel
Save