summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authorMiran <narimiran@disroot.org>2020-09-25 09:25:47 +0200
committerGitHub <noreply@github.com>2020-09-25 09:25:47 +0200
commit2de6e18774ec9f0f15c88ab916d7f501ba13b467 (patch)
treefca41d5c21acb6f011dba1dc3c8053b8a56ea9aa /doc
parente9fa486493b5fa796cfd7d312b0004d5ee6ea6f5 (diff)
downloadNim-2de6e18774ec9f0f15c88ab916d7f501ba13b467.tar.gz
fix #11537, correct parse inline code without surrounding spaces (#15399)
Diffstat (limited to 'doc')
-rw-r--r--doc/advopt.txt2
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):