mirror of
https://github.com/nim-lang/Nim.git
synced 2026-06-08 04:44:20 +00:00
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:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user