From 0a022664d513dc01ca03b4a74b6a6d80314cfcf4 Mon Sep 17 00:00:00 2001 From: daneb Date: Tue, 13 Jun 2017 21:45:18 +0200 Subject: [PATCH] Minor formatting --- lib/pure/httpclient.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pure/httpclient.nim b/lib/pure/httpclient.nim index 641576bf79..909a2613f1 100644 --- a/lib/pure/httpclient.nim +++ b/lib/pure/httpclient.nim @@ -62,7 +62,7 @@ ## let body = %*{ ## "data": "some text" ## } -## var response = client.request("http://some.api", httpMethod = HttpPost, body = $body) +## let response = client.request("http://some.api", httpMethod = HttpPost, body = $body) ## echo response.status ## ## Progress reporting