Skip to content

Commit

Permalink
Merge pull request #301 from ftes/docs/fix-get-pool-status-ref
Browse files Browse the repository at this point in the history
Docs: Fix get_pool_status/2 ref
  • Loading branch information
sneako authored Feb 21, 2025
2 parents fefea97 + 98c694b commit bba0470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/finch.ex
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ defmodule Finch do
],
start_pool_metrics?: [
type: :boolean,
doc: "When true, pool metrics will be collected and available through Finch.pool_status/2",
doc: "When true, pool metrics will be collected and available through `get_pool_status/2`",
default: false
]
]
Expand Down

0 comments on commit bba0470

Please sign in to comment.