We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac10035 commit 9045809Copy full SHA for 9045809
tutorials/learn-c.org/en/Conditions.md
@@ -33,7 +33,7 @@ Inequality operators can also be used to evaluate expressions. For example:
33
printf("foo is greater than bar.");
34
}
35
36
-We can use the `else` keyword to exectue code when our expression evaluates to `false`.
+We can use the `else` keyword to execute code when our expression evaluates to `false`.
37
38
int foo = 1;
39
int bar = 2;
0 commit comments