summary refs log tree commit diff stats
path: root/lib/genode
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/genode
parent35ded020748641379f68adf68c23d1f0aa167c2a (diff)
downloadNim-9450bf6c08cda9b368a1b3276b570dc6ce039193.tar.gz
use single backtick (#17100)
Diffstat (limited to 'lib/genode')
-rw-r--r--lib/genode/env.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/genode/env.nim b/lib/genode/env.nim
index 2b180d1b3..ef4a25883 100644
--- a/lib/genode/env.nim
+++ b/lib/genode/env.nim
@@ -11,7 +11,7 @@
 # This file contains the minimum required definitions
 # for interacting with the initial Genode environment.
 # It is reserved for use only within the standard
-# library. See ``componentConstructHook`` in the system
+# library. See `componentConstructHook` in the system
 # module for accessing the Genode environment after the
 # standard library has finished initializating.
 #