Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mamantoha committed Apr 30, 2024
1 parent a03464e commit 0445ccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ring_area/area.cr
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module RingArea
end
{% end %}

def <=>(other : Haversine::Distance)
def <=>(other : RingArea::Area)
area <=> other.area
end
end
Expand Down

0 comments on commit 0445ccd

Please sign in to comment.