Skip to content

Commit 2421f22

Browse files
authored
Correct type definition of the type response/0 (#187)
1 parent 2fa6c86 commit 2421f22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shotgun.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
}.
9090

9191
-type response() :: #{ status_code => integer()
92-
, header => map()
92+
, headers => map()
9393
, body => binary()
9494
}.
9595

0 commit comments

Comments
 (0)