Updated narrative for English readability (#18471)

This commit is contained in:
cadmma
2018-10-12 16:05:41 +01:00
committed by Quincy Larson
parent b583b5646c
commit bf1477f1e5

View File

@ -4,7 +4,7 @@ title: If Else Statement
# If Else Statement
The If-Else statement executes a block of code depending if your precondition is fullfilled or not.
The If-Else statement executes a block of code depending on whether your precondition is fullfilled or not.
## Example
```