Skip to content

Commit

Permalink
fixed spelling nit
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew-Reidy committed Jul 9, 2024
1 parent 1f7c1ef commit fa5bba3
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 @@ -527,7 +527,7 @@ func (s *RepositoriesService) UpdateRuleset(ctx context.Context, owner, repo str

// UpdateRulesetNoBypassActor updates a ruleset for the specified repository.
//
// This function is necessary as the UpdateRuleset function does not marschall ByPassActor if passed as nil or an empty array.
// This function is necessary as the UpdateRuleset function does not marshal ByPassActor if passed as nil or an empty array.
//
// GitHub API docs: https://docs.github.com/rest/repos/rules#update-a-repository-ruleset
//
Expand Down

0 comments on commit fa5bba3

Please sign in to comment.