Skip to content

Commit f4dceaa

Browse files
authored
Update if.adoc (#798)
The if condition (if true) will execute the FOLLOWING statement, not the preceding statement.
1 parent 4b2641c commit f4dceaa

File tree

1 file changed

+1
-1
lines changed
  • Language/Structure/Control Structure

1 file changed

+1
-1
lines changed

Language/Structure/Control Structure/if.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ subCategories: [ "Control Structure" ]
1616
--
1717
[float]
1818
=== Description
19-
The `if` statement checks for a condition and executes the proceeding statement or set of statements if the condition is 'true'.
19+
The `if` statement checks for a condition and executes the following statement or set of statements if the condition is 'true'.
2020
[%hardbreaks]
2121

2222
[float]

0 commit comments

Comments
 (0)