diff options
author | Eric Engestrom <eric.engestrom@imgtec.com> | 2018-02-19 15:18:15 +0000 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek.chauhan@gmail.com> | 2018-02-19 23:46:34 +0530 |
commit | 8a2d9e0ad43dac482c98ecb727d324184566f7ba (patch) | |
tree | cb95d328f3fa27c7ac38fa029acdbfcc16fb9748 | |
parent | e6c9923b47834b5fbf30127801bc84fd0ddfcd1d (diff) | |
download | meson-8a2d9e0ad43dac482c98ecb727d324184566f7ba.zip meson-8a2d9e0ad43dac482c98ecb727d324184566f7ba.tar.gz meson-8a2d9e0ad43dac482c98ecb727d324184566f7ba.tar.bz2 |
docs: fix missing backtick
-rw-r--r-- | docs/markdown/Reference-manual.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Reference-manual.md b/docs/markdown/Reference-manual.md index a557f0c..bca1def 100644 --- a/docs/markdown/Reference-manual.md +++ b/docs/markdown/Reference-manual.md @@ -1738,7 +1738,7 @@ tests. It has the following methods. - `set(varname, value)` sets environment variable in the first argument to the value in the second argument, e.g. - `env.set('FOO', 'BAR') sets envvar`FOO`to value`BAR\` + `env.set('FOO', 'BAR')` sets envvar `FOO` to value `BAR` ### `external library` object |