Closed ibarakaiev closed 3 months ago
This PR makes sure that Keyword.remove_keyword_key/2 always returns :error when it fails. It also modifies try_update_three_arg/5 and try_update_two_arg/5 to use argument_equals? for keys instead of argument_matches_pattern?.
Keyword.remove_keyword_key/2
:error
try_update_three_arg/5
try_update_two_arg/5
argument_equals?
argument_matches_pattern?
🚀 Thank you for your contribution! 🚀
Contributor checklist
This PR makes sure that
Keyword.remove_keyword_key/2
always returns:error
when it fails. It also modifiestry_update_three_arg/5
andtry_update_two_arg/5
to useargument_equals?
for keys instead ofargument_matches_pattern?
.