Skip to content

Commit

Permalink
Update github/repos_rules.go
Browse files Browse the repository at this point in the history
  • Loading branch information
gmlewis authored Oct 15, 2024
1 parent ee8e3dd commit 0d014dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github/repos_rules.go
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ type RepositoryRulesetFileExtensionRestrictionRule struct {

// RepositoryRulesetMaxFileSizeRule defines a maximum file size rule for the repository.
type RepositoryRulesetMaxFileSizeRule struct {
//Type can be one of: "max_file_size".
// Type can be one of: "max_file_size".
Type string `json:"type"`
Parameters *RuleMaxFileSizeParameters `json:"parameters,omitempty"`
}
Expand Down

0 comments on commit 0d014dd

Please sign in to comment.