Skip to content

Commit

Permalink
fix delete method in documentation
Browse files Browse the repository at this point in the history
The `delete` method doesn't have a body parameter [in the code](https://github.com/jackfirth/racket-request/blob/master/request/private/base.rkt), updated the scribble file accordingly.
  • Loading branch information
yurkobb committed May 29, 2020
1 parent 1665f5f commit a60d84e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion request/private/struct.scrbl
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@

@defproc[(delete [requester requester?]
[location any/c]
[body any/c]
[#:headers headers list? '()])
any/c]{
Performs a DELETE request for the resource at @racket[location]
Expand Down

0 comments on commit a60d84e

Please sign in to comment.