diff options
Diffstat (limited to 'lib/core')
-rw-r--r-- | lib/core/macros.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/core/macros.nim b/lib/core/macros.nim index 847e17c56..dfda43625 100644 --- a/lib/core/macros.nim +++ b/lib/core/macros.nim @@ -567,7 +567,7 @@ proc quote*(bl: typed, op = "``"): NimNode {.magic: "QuoteAst", noSideEffect.} ## ## .. code-block:: nim ## - ## macro check(ex: untyped): typed = + ## macro check(ex: untyped) = ## # this is a simplified version of the check macro from the ## # unittest module. ## |