Skip to content

Commit

Permalink
s/equivallent/equivalent/
Browse files Browse the repository at this point in the history
  • Loading branch information
ydah committed Oct 13, 2023
1 parent 055a10f commit 4d28c81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/json-schema/util/uuid.rb
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ def version
end

# Two UUIDs are said to be equal if and only if their (byte-order
# canonicalized) integer representations are equivallent. Refer RFC4122 for
# canonicalized) integer representations are equivalent. Refer RFC4122 for
# details.
def == other
to_i == other.to_i
Expand Down

0 comments on commit 4d28c81

Please sign in to comment.