Skip to content

Commit

Permalink
Merge pull request #259 from andyleclair/main
Browse files Browse the repository at this point in the history
fix timeout type
  • Loading branch information
sneako authored Feb 8, 2024
2 parents a1e141f + 081941c commit aa25730
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 @@ -104,7 +104,7 @@ defmodule Finch do

@type scheme_host_port() :: {scheme(), host :: String.t(), port :: :inet.port_number()}

@type request_opt() :: {:pool_timeout, pos_integer()} | {:receive_timeout, pos_integer()}
@type request_opt() :: {:pool_timeout, timeout()} | {:receive_timeout, timeout()}

@typedoc """
Options used by request functions.
Expand Down

0 comments on commit aa25730

Please sign in to comment.