diff --git a/changes_reviewer.go b/changes_reviewer.go index a298478..31099d3 100644 --- a/changes_reviewer.go +++ b/changes_reviewer.go @@ -25,7 +25,7 @@ type AddReviewerResult struct { Confirm bool `json:"confirm,omitempty"` } -// DeleteVoteInput entity contains options for the deletion of a vote. +// DeleteVoteInput entity contains options for the deletion of a vote. // // Gerrit API docs: https://gerrit-review.googlesource.com/Documentation/rest-api-changes.html#delete-vote-input type DeleteVoteInput struct {