some minor fixes

This commit is contained in:
Araq
2014-08-14 22:22:04 +02:00
parent 06ad50b671
commit 4ab56d6be0
4 changed files with 4 additions and 4 deletions

View File

@@ -127,7 +127,7 @@ proc definedInScope*(x: expr): bool {.
## **Deprecated since version 0.9.6**: Use ``declaredInScope`` instead.
proc declaredInScope*(x: expr): bool {.
magic: "DefinedInScope", noSideEffect, deprecated.}
magic: "DefinedInScope", noSideEffect.}
## Special compile-time procedure that checks whether `x` is
## declared in the current scope. `x` has to be an identifier.