summary refs log tree commit diff stats
path: root/lib/pure/strformat.nim
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2019-09-10 08:36:15 +0200
committerAndreas Rumpf <rumpf_a@web.de>2019-09-10 08:36:24 +0200
commit1fa1024ddf1fba27fbde31bf7752c0d6e21bad9f (patch)
tree329516193902ad7bb057e1fb9dd72e97c468da4e /lib/pure/strformat.nim
parent58077450cc4e874f8d0ee176acee4de528248227 (diff)
downloadNim-1fa1024ddf1fba27fbde31bf7752c0d6e21bad9f.tar.gz
typo
Diffstat (limited to 'lib/pure/strformat.nim')
-rw-r--r--lib/pure/strformat.nim2
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