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/genode | |
parent | 35ded020748641379f68adf68c23d1f0aa167c2a (diff) | |
download | Nim-9450bf6c08cda9b368a1b3276b570dc6ce039193.tar.gz |
use single backtick (#17100)
Diffstat (limited to 'lib/genode')
-rw-r--r-- | lib/genode/env.nim | 2 |
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. # |