1
0
mirror of https://github.com/interviewstreet/go-jira.git synced 2025-07-15 01:04:38 +02:00

Fix MetaIssueType name in the comments for godoc.

This commit is contained in:
Bidesh Thapaliya
2016-10-05 11:02:15 +02:00
parent 6f3806c115
commit 5d16782fb8

View File

@ -24,7 +24,7 @@ type MetaProject struct {
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
// have arbitraty keys related to customfields. It is not possible to