Open
Description
The spec says that the third argument should be a function with arity two but the examples and in the code a function with arity 3 is used.
current:
@spec deep_merge(map() | keyword(), map() | keyword(), (any(), any() -> any())) :: map() | keyword()
expected:
@spec deep_merge(map() | keyword(), map() | keyword(), (any(), any(), any() -> any())) :: map() | keyword()
Metadata
Metadata
Assignees
Labels
No labels