diff options
author | Miran <narimiran@disroot.org> | 2020-09-25 09:25:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-25 09:25:47 +0200 |
commit | 2de6e18774ec9f0f15c88ab916d7f501ba13b467 (patch) | |
tree | fca41d5c21acb6f011dba1dc3c8053b8a56ea9aa /doc | |
parent | e9fa486493b5fa796cfd7d312b0004d5ee6ea6f5 (diff) | |
download | Nim-2de6e18774ec9f0f15c88ab916d7f501ba13b467.tar.gz |
fix #11537, correct parse inline code without surrounding spaces (#15399)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/advopt.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/advopt.txt b/doc/advopt.txt index 8b906298d..830b8bfc6 100644 --- a/doc/advopt.txt +++ b/doc/advopt.txt @@ -13,7 +13,7 @@ Advanced commands: //genDepend generate a DOT file containing the module dependency graph //dump dump all defined conditionals and search paths - see also: --dump.format:json (useful with: ` | jq`) + see also: --dump.format:json (useful with: `| jq`) //check checks the project for syntax and semantic Runtime checks (see -x): |