diff options
-rw-r--r-- | lib/pure/strformat.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pure/strformat.nim b/lib/pure/strformat.nim index ba75ce95f..af9568d92 100644 --- a/lib/pure/strformat.nim +++ b/lib/pure/strformat.nim @@ -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 |