Skip to content

Commit 0b400bd

Browse files
committed
Improve wording
1 parent eb85e04 commit 0b400bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/jsonpatch.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ defmodule Jsonpatch do
3232
when any path is invalid or any other error occured. When a list is provided, the operations are
3333
applied in the order as they appear in the list.
3434
35-
Atoms are never garbage collected. Therefore, `Jsonpatch` only works by default only with maps
35+
Atoms are never garbage collected. Therefore, `Jsonpatch` works by default only with maps
3636
which used binary strings as key. This behaviour can be controlled via the `:keys` option.
3737
3838
## Options

0 commit comments

Comments
 (0)