Skip to content

Commit

Permalink
Fix incorrect typespec in http_2_options
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrudel committed Nov 14, 2024
1 parent 9036df8 commit 299e47e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bandit.ex
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ defmodule Bandit do
{:enabled, boolean()}
| {:max_header_block_size, pos_integer()}
| {:max_requests, pos_integer()}
| {:default_local_settings, Bandit.HTTP2.Settings.t()}
| {:default_local_settings, keyword()}
]

@typedoc """
Expand Down

0 comments on commit 299e47e

Please sign in to comment.