Skip to content

Commit d5b2ea1

Browse files
authored
Merge pull request #10352 from weih-kahoot/fix-maps-efficiency-guide-typo
Fix one small typo in maps efficiency guide
2 parents 15d5e13 + c69f52b commit d5b2ea1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/doc/efficiency_guide/maps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ function is:
321321
`maps:filter/2` is implemented in Erlang. It creates a new map using
322322
`maps:from_list/1`. If it is known that only a minority of the values will be
323323
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.
324+
that will use [maps:remove/2](`maps:remove/2`) to remove the unwanted values.
325325

326326
### maps:filtermap/2
327327

0 commit comments

Comments
 (0)