diff --git a/Rules:-IF-ELSE-ELSEIF-and-AND-OR-Support.md b/Rules:-IF-ELSE-ELSEIF-and-AND-OR-Support.md index 1e76be16..486af36c 100644 --- a/Rules:-IF-ELSE-ELSEIF-and-AND-OR-Support.md +++ b/Rules:-IF-ELSE-ELSEIF-and-AND-OR-Support.md @@ -33,7 +33,7 @@ Note: All the commands executed _**within an IF block**_ are performed via `Back IF statement supports 3 formats: - `IF () ENDIF` - `IF () ELSE ENDIF` -- `IF () [ELSEIF () ]* ELSE ENDIF` +- `IF () [ELSEIF () ] ELSE ENDIF` `` is a logical expression, for example: - `VAR1 >= 10`