We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8167bb6 commit 5d9eb80Copy full SHA for 5d9eb80
lib/elixir/lib/map_set.ex
@@ -238,7 +238,7 @@ defmodule MapSet do
238
Map.equal?(map1, map2)
239
end
240
241
- # Elixir v1.5 change the map representation, so on
+ # Elixir v1.5 changed the map representation, so on
242
# version mismatch we need to compare the keys directly.
243
def equal?(%MapSet{map: map1}, %MapSet{map: map2}) do
244
map_size(map1) == map_size(map2) and all_in?(map1, map2)
0 commit comments