livecheck: update #formula comment

Co-authored-by: Sam Ford <1584702+samford@users.noreply.github.com>
This commit is contained in:
Nanda H Krishna 2025-01-07 01:57:42 +05:30
parent cb2346dd58
commit 75af672d1f
No known key found for this signature in database
GPG Key ID: 067E5FCD58ADF3AA

View File

@ -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.