Skip to content

Commit 80dd73a

Browse files
authored
s/Homogeonous/Homogenous (#473)
…as pointed out in #472 (comment). [skip CI]
1 parent 42c6134 commit 80dd73a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Data/HashMap/Internal/List.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ isPermutationBy f = go
5353

5454
-- The idea:
5555
--
56-
-- Homogeonous version
56+
-- Homogenous version
5757
--
5858
-- uc :: (a -> a -> Ordering) -> [a] -> [a] -> Ordering
5959
-- uc c as bs = compare (sortBy c as) (sortBy c bs)

0 commit comments

Comments
 (0)