From ce31789431d1a7925a047fa31779a499f8dcf437 Mon Sep 17 00:00:00 2001 From: Strømberg Date: Mon, 8 Jan 2018 13:30:09 +0100 Subject: Ast and concrete syntax different. Change variable name to a from v, to match the ast and other examples. --- doc/astspec.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit 1.4.1-2-gfad0