summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorStrømberg <Stromberg90@users.noreply.github.com>2018-01-08 13:30:09 +0100
committerGitHub <noreply@github.com>2018-01-08 13:30:09 +0100
commitce31789431d1a7925a047fa31779a499f8dcf437 (patch)
tree271954aa5f3e17b95cf03cf951077631cb9aff1c
parent5492190bc63326069233a8aaf9f2e567cfc555f8 (diff)
downloadNim-ce31789431d1a7925a047fa31779a499f8dcf437.tar.gz
Ast and concrete syntax different.
Change variable name to a from v, to match the ast and other examples.
-rw-r--r--doc/astspec.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/astspec.txt b/doc/astspec.txt
index 57f6b9d8c..6d755c2e2 100644
--- a/doc/astspec.txt
+++ b/doc/astspec.txt
@@ -918,7 +918,7 @@ This is equivalent to ``var``, but with ``nnkLetSection`` rather than
 Concrete syntax:
 
 .. code-block:: nim
-  let v = 3
+  let a = 3
 
 AST: