Skip to content

Commit 35caea3

Browse files
match upstream comment
1 parent 900fa18 commit 35caea3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

github/issues_timeline.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ type Timeline struct {
3535
SHA *string `json:"sha,omitempty"`
3636
// The commit message.
3737
Message *string `json:"message,omitempty"`
38-
// The commit parents.
38+
// A list of parent commits.
3939
Parents []*Commit `json:"parents,omitempty"`
4040

4141
// Event identifies the actual type of Event that occurred. Possible values

0 commit comments

Comments
 (0)