Skip to content

Commit 6422632

Browse files
committed
Correct misleading/confusing titles of if reference page
Previously, the "entity title" of the page was "if...else", but this page makes no mention of else. There is a separate page that documents else. The page title "if (conditional) and ==, !=, <, > (comparison operators)" is also unnecessarily confusing. There are separate reference pages for the comparison operators.
1 parent afde77c commit 6422632

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

Language/Structure/Control Structure/if.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: if...else
2+
title: if
33
categories: [ "Structure" ]
44
subCategories: [ "Control Structure" ]
55
---
@@ -8,7 +8,7 @@ subCategories: [ "Control Structure" ]
88

99

1010

11-
= if (conditional) and ==, !=, <, > (comparison operators)
11+
= if
1212

1313

1414
// OVERVIEW SECTION STARTS

0 commit comments

Comments
 (0)