Skip to content

Commit

Permalink
Add missing
Browse files Browse the repository at this point in the history
  • Loading branch information
barucden committed Oct 15, 2024
1 parent 6d6f040 commit e607d46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/equals.jl
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function Base.:(<)(x::Decimal, y::Decimal)
end
end

function <=(x::Decimal, y::Decimal)
function Base.:(<=)(x::Decimal, y::Decimal)
return x < y || x == y
end

Expand Down

0 comments on commit e607d46

Please sign in to comment.