From 75af672d1fc6538a8c081f508b14e68690e424e1 Mon Sep 17 00:00:00 2001 From: Nanda H Krishna Date: Tue, 7 Jan 2025 01:57:42 +0530 Subject: [PATCH] livecheck: update #formula comment Co-authored-by: Sam Ford <1584702+samford@users.noreply.github.com> --- Library/Homebrew/livecheck.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Library/Homebrew/livecheck.rb b/Library/Homebrew/livecheck.rb index 7e28303561..0dc87c91b6 100644 --- a/Library/Homebrew/livecheck.rb +++ b/Library/Homebrew/livecheck.rb @@ -54,9 +54,9 @@ class Livecheck end # Sets the `@referenced_formula_name` instance variable to the provided - # `String` or returns the `@referenced_formula_name` instance variable when - # no argument is provided. Inherited livecheck values from the referenced - # formula (e.g. regex) can be overridden in the `livecheck` block. + # `String`/`Symbol` or returns the `@referenced_formula_name` instance + # variable when no argument is provided. Inherited livecheck values from the + # referenced formula (e.g. regex) can be overridden in the `livecheck` block. sig { params( # Name of formula to inherit livecheck info from.