Skip to content

Commit

Permalink
Update requests.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
DilumAluthge committed Dec 3, 2023
1 parent cd7e92c commit 16442c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/requests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ end

"""
request_raw(
client::Client, verb::AbstractString, path::AbstractString;
<keyword arguments>
client::Client, verb::AbstractString, path::AbstractString;
<keyword arguments>
)
Perform a request with target `path` and method `verb` (such as `"GET"` or `"POST"`)
Expand Down

0 comments on commit 16442c1

Please sign in to comment.