diff options
Diffstat (limited to 'Sencha-lang/AST/IfNode.h')
-rw-r--r-- | Sencha-lang/AST/IfNode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Sencha-lang/AST/IfNode.h b/Sencha-lang/AST/IfNode.h index 6accc7d..82ae46a 100644 --- a/Sencha-lang/AST/IfNode.h +++ b/Sencha-lang/AST/IfNode.h @@ -12,7 +12,7 @@ #include "ASTExpression.h" /** - * This is a regular if then_block else else_block + * This is a regular if then_block else else_block. * New IfNode is build like that: * First you add condition, then then-block which is called body * and if it is needed, it's possible to add else-block too. |