This commit is contained in:
Andreas Rumpf
2019-09-10 08:36:15 +02:00
parent 58077450cc
commit 1fa1024ddf

View File

@@ -234,7 +234,7 @@ quoted string literal. It is not an identifier yet. Then the strformat
macro creates the ``arg`` identifier from the string literal. An
identifier that cannot be resolved anymore.
The workaround for this is to bind template argument to a new local variable.
The workaround for this is to bind the template argument to a new local variable.
.. code-block:: nim