Skip to content

Commit

Permalink
add compile time benefits to sigil docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinschweikert committed Jun 6, 2024
1 parent 6132ef8 commit af1b8f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/curl_req.ex
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ defmodule CurlReq do
def from_curl(curl_command), do: CurlReq.Macro.parse(curl_command)

@doc """
Same as `from_curl/1` but as a sigil. The benefit here is, that you don't need to escape the string
Same as `from_curl/1` but as a sigil. The benefit here is, that the Rer.Request struct will be created at compile time and you don't need to escape the string
## Examples
Expand Down

0 comments on commit af1b8f6

Please sign in to comment.