minor typo fixes
This commit is contained in:
parent
7c55ef857b
commit
eb1fbab729
@ -1,7 +1,7 @@
|
||||
# typed: true
|
||||
# frozen_string_literal: true
|
||||
|
||||
# Represention of a `*PATH` environment variable.
|
||||
# Representation of a `*PATH` environment variable.
|
||||
#
|
||||
# @api private
|
||||
class PATH
|
||||
|
@ -2847,7 +2847,7 @@ class Formula
|
||||
# @!attribute [w] url
|
||||
# The URL used to download the source for the {.stable} version of the formula.
|
||||
# We prefer `https` for security and proxy reasons.
|
||||
# If not inferrable, specify the download strategy with `using: ...`.
|
||||
# If not inferable, specify the download strategy with `using: ...`.
|
||||
#
|
||||
# - `:git`, `:hg`, `:svn`, `:bzr`, `:fossil`, `:cvs`,
|
||||
# - `:curl` (normal file download, will also extract)
|
||||
@ -2948,7 +2948,7 @@ class Formula
|
||||
# @!attribute [w] stable
|
||||
# Allows adding {.depends_on} and {Patch}es just to the {.stable} {SoftwareSpec}.
|
||||
# This is required instead of using a conditional.
|
||||
# It is preferrable to also pull the {url} and {sha256= sha256} into the block if one is added.
|
||||
# It is preferable to also pull the {url} and {sha256= sha256} into the block if one is added.
|
||||
#
|
||||
# <pre>stable do
|
||||
# url "https://example.com/foo-1.0.tar.gz"
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
# List of formulae that had a revision in linuxbrew-core
|
||||
# that was different than in homebrew-core
|
||||
# We will use this list to modify the version_sheme
|
||||
# We will use this list to modify the version_scheme
|
||||
# during the migration from linuxbrew-core to homebrew-core.
|
||||
|
||||
LINUXBREW_CORE_MIGRATION_LIST = %w[
|
||||
|
Loading…
x
Reference in New Issue
Block a user