Skip to content

Commit

Permalink
#52 Fix incorrect module name
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippMDoerner committed Dec 14, 2023
1 parent 6c80e39 commit 82b72f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion threading/channels.nim
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
## remove them.
##
## See also:
## * [std/isolate](https://nim-lang.org/docs/isolation.html)
## * [std/isolation](https://nim-lang.org/docs/isolation.html)
##
## The following is a simple example of two different ways to use channels:
## blocking and non-blocking.
Expand Down

0 comments on commit 82b72f6

Please sign in to comment.