docs: fix missing backtick

pull/3103/head
Eric Engestrom 7 years ago committed by Nirbheek Chauhan
parent e6c9923b47
commit 8a2d9e0ad4
  1. 2
      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

Loading…
Cancel
Save