Skip to content

Commit

Permalink
Fix stats configuration in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tgrk authored and whitfin committed Nov 8, 2024
1 parent b1c6cf8 commit e1278ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cachex.ex
Original file line number Diff line number Diff line change
Expand Up @@ -1162,7 +1162,7 @@ defmodule Cachex do
@doc """
Retrieves statistics about a cache.
This will only provide statistics if the `:stats` option was
This will only provide statistics if the `:hooks` option with `hook(module: Cachex.Stats)` was
provided on cache startup in `start_link/2`.
## Examples
Expand Down

0 comments on commit e1278ac

Please sign in to comment.