Skip to content

Commit 5d9eb80

Browse files
Fix small typo in comment (#10321)
1 parent 8167bb6 commit 5d9eb80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/lib/map_set.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ defmodule MapSet do
238238
Map.equal?(map1, map2)
239239
end
240240

241-
# Elixir v1.5 change the map representation, so on
241+
# Elixir v1.5 changed the map representation, so on
242242
# version mismatch we need to compare the keys directly.
243243
def equal?(%MapSet{map: map1}, %MapSet{map: map2}) do
244244
map_size(map1) == map_size(map2) and all_in?(map1, map2)

0 commit comments

Comments
 (0)