Skip to content

Commit

Permalink
docs: fix missing backtick
Browse files Browse the repository at this point in the history
  • Loading branch information
1ace authored and nirbheek committed Feb 19, 2018
1 parent e6c9923 commit 8a2d9e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/markdown/Reference-manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8a2d9e0

Please sign in to comment.