From 8ec44f279be34fdf71fd31ec7429de5a496c11e2 Mon Sep 17 00:00:00 2001 From: Patrick Linnane Date: Mon, 13 May 2024 14:57:08 -0700 Subject: [PATCH] github.rb: fix grammar Signed-off-by: Patrick Linnane --- Library/Homebrew/utils/github.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/utils/github.rb b/Library/Homebrew/utils/github.rb index 4614b81822..d34ac967bd 100644 --- a/Library/Homebrew/utils/github.rb +++ b/Library/Homebrew/utils/github.rb @@ -543,7 +543,7 @@ module GitHub end elsif state == "open" && ENV["GITHUB_REPOSITORY_OWNER"] == "Homebrew" # Try use PR API, which might be cheaper on rate limits in some cases. - # The rate limit of the search API under GraphQL is unclear as it's + # The rate limit of the search API under GraphQL is unclear as it # costs the same as any other query according to /rate_limit. # The PR API is also not very scalable so limit to Homebrew CI. return fetch_open_pull_requests(name, tap_remote_repo, version:)