diff options
author | Andrey Makarov <ph.makarov@gmail.com> | 2021-04-08 20:00:14 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-08 19:00:14 +0200 |
commit | 42687457b079c16f69b22ff2354590780bd4cf45 (patch) | |
tree | c144b2f80a6242b3029d3304fbd62270b7793163 /lib/pure/asyncnet.nim | |
parent | 4d3f9d3536e84d756f15b708177f289417dca3d2 (diff) | |
download | Nim-42687457b079c16f69b22ff2354590780bd4cf45.tar.gz |
further progress on rst roles & directives (fix #17646) (#17659)
* further progress on rst roles & dir-s (fix #17646) * fix documents according to the messages * fix bug 17 from #17340
Diffstat (limited to 'lib/pure/asyncnet.nim')
-rw-r--r-- | lib/pure/asyncnet.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pure/asyncnet.nim b/lib/pure/asyncnet.nim index 7aeb99777..7ef40a128 100644 --- a/lib/pure/asyncnet.nim +++ b/lib/pure/asyncnet.nim @@ -65,7 +65,7 @@ ## ## The following example demonstrates a simple chat server. ## -## .. code-block::nim +## .. code-block:: Nim ## ## import std/[asyncnet, asyncdispatch] ## |