From 1fa1024ddf1fba27fbde31bf7752c0d6e21bad9f Mon Sep 17 00:00:00 2001 From: Andreas Rumpf Date: Tue, 10 Sep 2019 08:36:15 +0200 Subject: [PATCH] typo --- lib/pure/strformat.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pure/strformat.nim b/lib/pure/strformat.nim index ba75ce95f9..af9568d928 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