diff options
author | flywind <xzsflywind@gmail.com> | 2021-03-12 20:04:32 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-12 13:04:32 +0100 |
commit | 2e730f1452254ae7c86d89b167f0fe9e002f57b4 (patch) | |
tree | 65ac152aef5e3214b3577f8c5dc3b978275dcdb9 /doc/lib.rst | |
parent | d97bf4f1c80ef41789ecfc3430e04293d2b20043 (diff) | |
download | Nim-2e730f1452254ae7c86d89b167f0fe9e002f57b4.tar.gz |
rename channels to channels_builtin (#17330)
* improve test coverage for isolation * a bit better * rename channels to channels_builtin
Diffstat (limited to 'doc/lib.rst')
-rw-r--r-- | doc/lib.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lib.rst b/doc/lib.rst index 47ede70ee..2a4c2c03c 100644 --- a/doc/lib.rst +++ b/doc/lib.rst @@ -39,7 +39,7 @@ Automatic imports Basic Nim thread support. **Note:** This is part of the system module. Do not import it explicitly. Enabled with ``--threads:on``. -* `channels <channels.html>`_ +* `channels <channels_builtin.html>`_ Nim message passing support for threads. **Note:** This is part of the system module. Do not import it explicitly. Enabled with ``--threads:on``. |