lib/github_api/client/repos/branches/protections.rb in github_api-0.18.2 vs lib/github_api/client/repos/branches/protections.rb in github_api-0.19.0

- old
+ new

@@ -38,10 +38,10 @@ # Required. # @input params [String] :restrictions # Required. # @input params [String] :required_pull_request_reviews # Required. - # Look to the branch protection API t see how to use these + # Look to the branch protection API to see how to use these # https://developer.github.com/v3/repos/branches/#update-branch-protection # # @example # github = Github.new # github.repos.branches.protections.edit 'user', 'repo', 'branch',