From 358b5225df88a439e6654ef47ddfcbc1669fc6ed Mon Sep 17 00:00:00 2001 From: Arne Döring Date: Sun, 22 Jul 2018 19:56:48 +0200 Subject: fixed comment --- lib/core/macros.nim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/core') diff --git a/lib/core/macros.nim b/lib/core/macros.nim index a3b02de5f..6720a3f99 100644 --- a/lib/core/macros.nim +++ b/lib/core/macros.nim @@ -177,8 +177,8 @@ proc `[]=`*(n: NimNode, i: BackwardsIndex, child: NimNode) = n[n.len - i.int] = child template `or`*(x, y: NimNode): NimNode = - ## Evalutuate ``a`` and when it is not an empty node, return return - ## it. Otherwise evaluate to ``b``. Can be used to chain several + ## Evalutuate ``x`` and when it is not an empty node, return return + ## it. Otherwise evaluate to ``y``. Can be used to chain several ## expressions that evaluates to the first expression that is not ## empty. ## -- cgit 1.4.1-2-gfad0