diff options
-rw-r--r-- | lib/system.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/system.nim b/lib/system.nim index df7f5e13b..441b7e263 100644 --- a/lib/system.nim +++ b/lib/system.nim @@ -3779,7 +3779,7 @@ template assertImpl(cond: bool, msg: string, expr: string, enabled: static[bool] bind instantiationInfo mixin failedAssertImpl when enabled: - # for stacktrace; fixes #8928 ; Note: `fullPaths = true` is correct + # for stacktrace; fixes #8928; Note: `fullPaths = true` is correct # here, regardless of --excessiveStackTrace {.line: instantiationInfo(fullPaths = true).}: if not cond: |