summary refs log tree commit diff stats
path: root/lib/posix
diff options
context:
space:
mode:
authorAndrey Makarov <ph.makarov@gmail.com>2021-05-21 07:54:20 +0300
committerGitHub <noreply@github.com>2021-05-21 06:54:20 +0200
commit9f7e2e30573a377770fa630f12a47bac09751282 (patch)
tree65f2691ac1c438d97a041e77692b211606070206 /lib/posix
parent6a5973882bb0c4134a0e454ea4ae69dc54815f27 (diff)
downloadNim-9f7e2e30573a377770fa630f12a47bac09751282.tar.gz
docs: make inline markup more compatible with Markdown (#18053)
fixes https://github.com/timotheecour/Nim/issues/739
Diffstat (limited to 'lib/posix')
-rw-r--r--lib/posix/posix_utils.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/posix/posix_utils.nim b/lib/posix/posix_utils.nim
index aeec73a45..c2d5aab56 100644
--- a/lib/posix/posix_utils.nim
+++ b/lib/posix/posix_utils.nim
@@ -7,7 +7,7 @@
 #
 
 ## A set of helpers for the POSIX module.
-## Raw interfaces are in the other posix*.nim files.
+## Raw interfaces are in the other ``posix*.nim`` files.
 
 # Where possible, contribute OS-independent procs in `os <os.html>`_ instead.