Skip to content

Commit 570cac3

Browse files
Update to 'IF Statement' with capital S.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent fac629a commit 570cac3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/static/glossary/glossary.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
"definition": "Variable with global scope that can be accessed from all suites and keywords in a Robot Framework execution."
157157
},
158158
{
159-
"term": "IF statement",
159+
"term": "IF Statement",
160160
"aliases": ["IF/ELSE"],
161161
"abbreviation": "IF",
162162
"definition": "Control structure in Robot Framework used to execute one block of statements when a condition is true and optionally alternative blocks with `ELSE IF` or `ELSE` when it is not."

0 commit comments

Comments
 (0)