summaryrefslogtreecommitdiff
path: root/lib/polyjuice/client/filter.ex
diff options
context:
space:
mode:
Diffstat (limited to 'lib/polyjuice/client/filter.ex')
-rw-r--r--lib/polyjuice/client/filter.ex4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/polyjuice/client/filter.ex b/lib/polyjuice/client/filter.ex
index fb8c6f1..d5fba63 100644
--- a/lib/polyjuice/client/filter.ex
+++ b/lib/polyjuice/client/filter.ex
@@ -83,7 +83,7 @@ defmodule Polyjuice.Client.Filter do
}
"""
- @spec update(map, [String.t()], Any, (Any -> Any)) :: map
+ @spec update(map, [String.t()], any, (any -> any)) :: map
def update(filter, key_path, initial, func)
def update(filter, [key], initial, func) when is_map(filter) do
@@ -117,7 +117,7 @@ defmodule Polyjuice.Client.Filter do
}
"""
- @spec put(map, [String.t()], Any) :: map
+ @spec put(map, [String.t()], any) :: map
def put(filter, key_path, val)
def put(filter, [key], val) when is_map(filter) do