diff options
Diffstat (limited to 'tests/converter/tgenericconverter2.nim')
-rw-r--r-- | tests/converter/tgenericconverter2.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/converter/tgenericconverter2.nim b/tests/converter/tgenericconverter2.nim index 6d1d3d859..97b7846c1 100644 --- a/tests/converter/tgenericconverter2.nim +++ b/tests/converter/tgenericconverter2.nim @@ -79,7 +79,7 @@ for j, y in stepIt(2.0, -0.0375 * 4, 107 div 4): errors += 1 row.add(c) - # Printing aparently makes the test fail when joined. + # Printing apparently makes the test fail when joined. # echo row doAssert errors < 10, "total errors: " & $errors |