Skip to content

Commit 9045809

Browse files
liyanboy74ronreiter
authored andcommitted
Fix Spelling mistake
Change 'exectue' to 'execute'
1 parent ac10035 commit 9045809

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/learn-c.org/en/Conditions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Inequality operators can also be used to evaluate expressions. For example:
3333
printf("foo is greater than bar.");
3434
}
3535

36-
We can use the `else` keyword to exectue code when our expression evaluates to `false`.
36+
We can use the `else` keyword to execute code when our expression evaluates to `false`.
3737

3838
int foo = 1;
3939
int bar = 2;

0 commit comments

Comments
 (0)