From 1294de9e4878d69019c73aee57328ae1b9ca59ef Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Wed, 29 Jun 2022 11:45:02 -0400 Subject: [PATCH] Fix `Formula::on_macos` type annotation --- Library/Homebrew/formula.rbi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/formula.rbi b/Library/Homebrew/formula.rbi index a47b034dee..f77f4c0c50 100644 --- a/Library/Homebrew/formula.rbi +++ b/Library/Homebrew/formula.rbi @@ -49,6 +49,6 @@ class Formula def env; end def conflicts; end - # This method is generated by `OnSystem::setup_methods!` + # This method is included by `OnSystem` def self.on_macos(&block); end end