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 d94371d21..6e02ae42c 100644 --- a/lib/core/macros.nim +++ b/lib/core/macros.nim @@ -478,7 +478,7 @@ type proc bindSym*(ident: string | NimNode, rule: BindSymRule = brClosed): NimNode {. magic: "NBindSym", noSideEffect.} - ## Ceates a node that binds `ident` to a symbol node. The bound symbol + ## Creates a node that binds `ident` to a symbol node. The bound symbol ## may be an overloaded symbol. ## if `ident` is a NimNode, it must have ``nnkIdent`` kind. ## If ``rule == brClosed`` either an ``nnkClosedSymChoice`` tree is |