diff options
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. |