mirror of
https://github.com/interviewstreet/go-jira.git
synced 2025-07-17 01:12:24 +02:00
Fix MetaIssueType name in the comments for godoc.
This commit is contained in:
@ -24,7 +24,7 @@ type MetaProject struct {
|
|||||||
IssueTypes []*MetaIssueType `json:"issuetypes,omitempty"`
|
IssueTypes []*MetaIssueType `json:"issuetypes,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// metaIssueTypes represents the different issue types a project has.
|
// MetaIssueType represents the different issue types a project has.
|
||||||
//
|
//
|
||||||
// Note: Fields is interface because this is an object which can
|
// Note: Fields is interface because this is an object which can
|
||||||
// have arbitraty keys related to customfields. It is not possible to
|
// have arbitraty keys related to customfields. It is not possible to
|
||||||
|
Reference in New Issue
Block a user