summary refs log tree commit diff stats
path: root/lib/pure/httpclient.nim
diff options
context:
space:
mode:
authorElliot Waite <elliot@elliotwaite.com>2021-01-25 05:59:19 -0800
committerGitHub <noreply@github.com>2021-01-25 14:59:19 +0100
commit0436a7cffd729187d63f3310c19dbf4b88f72c13 (patch)
tree6c46f3af81cb6ced058d1be7abaa62675c4ed247 /lib/pure/httpclient.nim
parent20993047ce05aaa1e7015d0db17995fed829da4a (diff)
downloadNim-0436a7cffd729187d63f3310c19dbf4b88f72c13.tar.gz
Make small text changes in the docs (#16634)
* Fix broken links in docs

* Fix rand HSlice links

* Make small text changes in the docs

* Fix typo in contributing docs
Diffstat (limited to 'lib/pure/httpclient.nim')
-rw-r--r--lib/pure/httpclient.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pure/httpclient.nim b/lib/pure/httpclient.nim
index 0ca3ca97b..b6e6ec0fe 100644
--- a/lib/pure/httpclient.nim
+++ b/lib/pure/httpclient.nim
@@ -124,7 +124,7 @@
 ## ``nim c -d:ssl ...``.
 ##
 ## Certificate validation is NOT performed by default.
-## This will change in future.
+## This will change in the future.
 ##
 ## A set of directories and files from the `ssl_certs <ssl_certs.html>`_
 ## module are scanned to locate CA certificates.