diff options
author | flywind <43030857+xflywind@users.noreply.github.com> | 2021-02-19 00:47:21 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-18 22:47:21 -0800 |
commit | 9450bf6c08cda9b368a1b3276b570dc6ce039193 (patch) | |
tree | 3a3705ba71ea5261ae08d4819060fc1f23659481 /lib/nimhcr.nim | |
parent | 35ded020748641379f68adf68c23d1f0aa167c2a (diff) | |
download | Nim-9450bf6c08cda9b368a1b3276b570dc6ce039193.tar.gz |
use single backtick (#17100)
Diffstat (limited to 'lib/nimhcr.nim')
-rw-r--r-- | lib/nimhcr.nim | 2 |
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. # |