Skip to content

Commit

Permalink
Merge pull request #37 from saleyn/type-fix
Browse files Browse the repository at this point in the history
Fix type reference
  • Loading branch information
lpgauth authored Nov 28, 2023
2 parents 410180c + ba05e08 commit 4ffbb27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/buoy.erl
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ post(Url, BuoyOpts) ->
put(Url, BuoyOpts) ->
request(put, Url, BuoyOpts).

-spec receive_response(request_id()) ->
-spec receive_response(shackle:request_id()) ->
{ok, term()} | error().

receive_response(RequestId) ->
Expand Down

0 comments on commit 4ffbb27

Please sign in to comment.