Skip to content

Commit 1ea10e4

Browse files
committed
typo
1 parent 1fa8a88 commit 1ea10e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zendesk/ticket_comment.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ func (z *Client) CreateTicketComment(ctx context.Context, ticketID int64, ticket
8282
return result, err
8383
}
8484

85-
// ListTicketCommentResult contains the resulting ticket comments
85+
// ListTicketCommentsResult contains the resulting ticket comments
8686
// and cursor pagination metadata.
8787
type ListTicketCommentsResult struct {
8888
TicketComments []TicketComment `json:"comments"`

0 commit comments

Comments
 (0)