Skip to content

Commit f911276

Browse files
committed
docs: align UnmarshalJSON comment style in rules.go
1 parent 7170ea4 commit f911276

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

github/rules.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ type RulesetReviewer struct {
487487
Type *RulesetReviewerType `json:"type,omitempty"`
488488
}
489489

490-
// UnmarshalJSON implements the json.Unmarshaler interface.
490+
// UnmarshalJSON is a custom JSON unmarshaler for RulesetReviewer.
491491
func (r *RulesetReviewer) UnmarshalJSON(data []byte) error {
492492
var aux struct {
493493
ID any `json:"id,omitempty"`

0 commit comments

Comments
 (0)