Skip to content

Commit

Permalink
fix typo in doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mishankov committed Dec 3, 2023
1 parent ed97f6f commit 9dcdc1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/yahttp.nim
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ type

proc toResp(response: httpclient.Response, requestUrl: string,
requestHeaders: seq[tuple[key: string, val: string]], requestHttpMethod: Method): Response =
## Convert httpclient.Response to yahttp.Response
## Converts httpclient.Response to yahttp.Response
return Response(
status: parseInt(response.status.strip()[0..2]),
headers: response.headers.table,
Expand Down

0 comments on commit 9dcdc1c

Please sign in to comment.