summary refs log tree commit diff stats
path: root/lib/nimhcr.nim
diff options
context:
space:
mode:
authorflywind <43030857+xflywind@users.noreply.github.com>2021-02-19 00:47:21 -0600
committerGitHub <noreply@github.com>2021-02-18 22:47:21 -0800
commit9450bf6c08cda9b368a1b3276b570dc6ce039193 (patch)
tree3a3705ba71ea5261ae08d4819060fc1f23659481 /lib/nimhcr.nim
parent35ded020748641379f68adf68c23d1f0aa167c2a (diff)
downloadNim-9450bf6c08cda9b368a1b3276b570dc6ce039193.tar.gz
use single backtick (#17100)
Diffstat (limited to 'lib/nimhcr.nim')
-rw-r--r--lib/nimhcr.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/nimhcr.nim b/lib/nimhcr.nim
index d11c78a41..42e3266ae 100644
--- a/lib/nimhcr.nim
+++ b/lib/nimhcr.nim
@@ -20,7 +20,7 @@ batchable: false
 # by storing them on the heap. For procs, we produce on the fly simple
 # trampolines that can be dynamically overwritten to jump to a different
 # target. In the host program, all globals and procs are first registered
-# here with ``hcrRegisterGlobal`` and ``hcrRegisterProc`` and then the
+# here with `hcrRegisterGlobal` and `hcrRegisterProc` and then the
 # returned permanent locations are used in every reference to these symbols
 # onwards.
 #