Skip to content

Commit 44747cd

Browse files
authored
Fix spec for Plug.Conn.Query.decode/4 (#1170)
1 parent 8c09631 commit 44747cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/plug/conn/query.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ defmodule Plug.Conn.Query do
8080
`invalid_exception` is the exception module for the exception to raise on
8181
errors with decoding.
8282
"""
83-
@spec decode(String.t(), map(), module(), boolean()) :: %{optional(String.t()) => term()}
83+
@spec decode(String.t(), keyword(), module(), boolean()) :: %{optional(String.t()) => term()}
8484
def decode(
8585
query,
8686
initial \\ [],

0 commit comments

Comments
 (0)