Skip to content
Snippets Groups Projects
Unverified Commit 2a3ee11c authored by Markus Reiter's avatar Markus Reiter Committed by Sam Ford
Browse files

Fix typo.

parent c58fbe00
No related branches found
No related tags found
No related merge requests found
......@@ -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(",")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment