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
This commit is contained in:
Elliot Waite
2021-01-25 05:59:19 -08:00
committed by GitHub
parent 20993047ce
commit 0436a7cffd
5 changed files with 124 additions and 120 deletions

View File

@@ -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.

View File

@@ -12,8 +12,9 @@ Here is a short overview of the most commonly used functions from the
`system` module. Function names in the tables below are clickable and
will take you to the full documentation of the function.
The amount of available functions is much larger. Use the table of contents
on the left-hand side and/or `Ctrl+F` to navigate through this module.
There are many more functions available than the ones listed in this overview.
Use the table of contents on the left-hand side and/or `Ctrl+F` to navigate
through this module.
Strings and characters