From 49ee4d57205ed0f660ce6bd4f7ef4806ebe536b7 Mon Sep 17 00:00:00 2001 From: Douglas Eichelberger Date: Mon, 24 Feb 2025 09:56:33 -0800 Subject: [PATCH] Fix docs --- Library/Homebrew/formula.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb index e1b8502e8c..020cd11825 100644 --- a/Library/Homebrew/formula.rb +++ b/Library/Homebrew/formula.rb @@ -447,22 +447,22 @@ class Formula # The description of the software. # @!method desc - # @see .desc= + # @see .desc delegate desc: :"self.class" # The SPDX ID of the software license. # @!method license - # @see .license= + # @see .license delegate license: :"self.class" # The homepage for the software. # @!method homepage - # @see .homepage= + # @see .homepage delegate homepage: :"self.class" # The livecheck specification for the software. # @!method livecheck - # @see .livecheck= + # @see .livecheck delegate livecheck: :"self.class" # Is a livecheck specification defined for the software?