diff options
Diffstat (limited to 'tests/template/t_otemplates.nim')
-rw-r--r-- | tests/template/t_otemplates.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/template/t_otemplates.nim b/tests/template/t_otemplates.nim index 8d2ac38a6..b278bea0f 100644 --- a/tests/template/t_otemplates.nim +++ b/tests/template/t_otemplates.nim @@ -312,7 +312,7 @@ proc parse_until_symbol(node: NimNode, value: string, index: var int): bool {.co proc parse_template(node: NimNode, value: string) = - ## Parses through entire template, outputing valid + ## Parses through entire template, outputting valid ## Nim code into the input `node` AST. var index = 0 while index < value.len and |