From af1b8f67434354968cf486946743c240721d5751 Mon Sep 17 00:00:00 2001 From: Kevin Schweikert Date: Thu, 6 Jun 2024 10:05:39 +0200 Subject: [PATCH] add compile time benefits to sigil docs --- lib/curl_req.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/curl_req.ex b/lib/curl_req.ex index f32424e..c815f04 100644 --- a/lib/curl_req.ex +++ b/lib/curl_req.ex @@ -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