diff --git a/client/src/pages/guide/english/csharp/if-else-statement/index.md b/client/src/pages/guide/english/csharp/if-else-statement/index.md index acb113f605..487e017a78 100644 --- a/client/src/pages/guide/english/csharp/if-else-statement/index.md +++ b/client/src/pages/guide/english/csharp/if-else-statement/index.md @@ -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 ```