Skip to content

Commit 1249e35

Browse files
author
Bryan Paxton
committed
Fix spec for qs_vals() type
1 parent d8a0d97 commit 1249e35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hackney_url.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
-include("hackney_lib.hrl").
3030

31-
-type qs_vals() :: [{binary(), binary() | true}].
31+
-type qs_vals() :: [{binary() | atom() | list() | integer(), binary() | true}].
3232
-type qs_opt() :: noplus | upper.
3333

3434
%% @doc Parse an URL and return a #hackney_url record.

0 commit comments

Comments
 (0)