diff options
author | Elliot Waite <elliot@elliotwaite.com> | 2021-01-25 05:59:19 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-25 14:59:19 +0100 |
commit | 0436a7cffd729187d63f3310c19dbf4b88f72c13 (patch) | |
tree | 6c46f3af81cb6ced058d1be7abaa62675c4ed247 /lib/pure/httpclient.nim | |
parent | 20993047ce05aaa1e7015d0db17995fed829da4a (diff) | |
download | Nim-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.nim | 2 |
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. |