We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb85e04 commit 0b400bdCopy full SHA for 0b400bd
1 file changed
lib/jsonpatch.ex
@@ -32,7 +32,7 @@ defmodule Jsonpatch do
32
when any path is invalid or any other error occured. When a list is provided, the operations are
33
applied in the order as they appear in the list.
34
35
- Atoms are never garbage collected. Therefore, `Jsonpatch` only works by default only with maps
+ Atoms are never garbage collected. Therefore, `Jsonpatch` works by default only with maps
36
which used binary strings as key. This behaviour can be controlled via the `:keys` option.
37
38
## Options
0 commit comments