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 /tools/kochdocs.nim | |
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 'tools/kochdocs.nim')
-rw-r--r-- | tools/kochdocs.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/kochdocs.nim b/tools/kochdocs.nim index 530ce8571..8f4dd87a9 100644 --- a/tools/kochdocs.nim +++ b/tools/kochdocs.nim @@ -126,7 +126,7 @@ gc.rst doc0 = """ lib/system/threads.nim -lib/system/channels.nim +lib/system/channels_builtin.nim """.splitWhitespace() # ran by `nim doc0` instead of `nim doc` withoutIndex = """ |