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.
2 parents 15d5e13 + c69f52b commit d5b2ea1Copy full SHA for d5b2ea1
system/doc/efficiency_guide/maps.md
@@ -321,7 +321,7 @@ function is:
321
`maps:filter/2` is implemented in Erlang. It creates a new map using
322
`maps:from_list/1`. If it is known that only a minority of the values will be
323
removed, it can be more efficient to avoid `maps:filter/2` and write a function
324
-that will use [maps:remove/3](`maps:remove/2`) to remove the unwanted values.
+that will use [maps:remove/2](`maps:remove/2`) to remove the unwanted values.
325
326
### maps:filtermap/2
327
0 commit comments