Skip to content

Commit

Permalink
Fix unknown-type dialyzer error
Browse files Browse the repository at this point in the history
  • Loading branch information
matyasmarkovics committed Sep 5, 2023
1 parent cb6b297 commit 877cdfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/erl_cache_server.erl
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
is_error_callback::undefined|'_'|erl_cache:is_error_callback()
}).

-type cache_operation()::fun((erl_cache:cache_name(), #cache_entry{}) -> non_neg_integer()).
-type cache_operation()::fun((erl_cache:name(), #cache_entry{}) -> non_neg_integer()).

%% ==================================================================
%% API Function Definitions
Expand Down

0 comments on commit 877cdfe

Please sign in to comment.