Fix typo.

This commit is contained in:
Markus Reiter 2020-12-15 17:11:18 +01:00 committed by Sam Ford
parent c58fbe000e
commit 2a3ee11c07
No known key found for this signature in database
GPG Key ID: 95209E46C7FFDEFE

View File

@ -59,7 +59,7 @@ module Homebrew
[other.version, other.short_version].map { |v| v&.yield_self(&Version.public_method(:new)) }
end
# Create a nicely formatted version (on a best effor basis).
# Create a nicely formatted version (on a best effort basis).
sig { returns(String) }
def nice_version
nice_parts.join(",")