doc fix typo in lib/pure/httpclient.nim (#15364)

This commit is contained in:
Timothee Cour
2020-09-18 15:20:41 -07:00
committed by GitHub
parent ae1f5c1559
commit 8ae4a774b7

View File

@@ -17,7 +17,7 @@
## ``http://google.com``:
##
## .. code-block:: Nim
## import httpClient
## import httpclient
## var client = newHttpClient()
## echo client.getContent("http://google.com")
##