diff --git a/src/wpool.erl b/src/wpool.erl index e3bac4e..7803a76 100644 --- a/src/wpool.erl +++ b/src/wpool.erl @@ -89,7 +89,7 @@ -type overrun_handler() :: {Module :: module(), Fun :: atom()}. %% The module and function to call when a task is overrun %% -%% The default value for this setting is `{error_logger, warning_report}'. The function must be of +%% The default value for this setting is `{logger, warning}'. The function must be of %% arity 1, and it will be called as`Module:Fun(Args)' where `Args' is a proplist with the following %% reported values: %%