Skip to content

Commit 5acdf46

Browse files
committed
fix comment
1 parent 5cbb27f commit 5acdf46

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
@@ -33,7 +33,7 @@ type TicketComment struct {
3333
Via *Via `json:"via,omitempty"`
3434
}
3535

36-
// Contains the body of the RedactTicketComment PUT request
36+
// RedactTicketCommentRequest contains the body of the RedactTicketComment PUT request
3737
type RedactTicketCommentRequest struct {
3838
TicketID int64 `json:"ticket_id"` // Required
3939
HTMLBody string `json:"html_body,omitempty"`

0 commit comments

Comments
 (0)