Skip to content

Commit 5d3cdc2

Browse files
committed
Fix incorrect capitalization/camelCase in page titles
These page titles did not match their capitalization/spelling in code usage.
1 parent b9b236e commit 5d3cdc2

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Language/Structure/Control Structure/doWhile.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: do...While
2+
title: do...while
33
categories: [ "Structure" ]
44
subCategories: [ "Control Structure" ]
55
---

Language/Structure/Control Structure/switchCase.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: switchCase
2+
title: switch...case
33
categories: [ "Structure" ]
44
subCategories: [ "Control Structure" ]
55
---

Language/Variables/Data Types/unsignedChar.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: unsignedChar
2+
title: unsigned char
33
categories: [ "Variables" ]
44
subCategories: [ "Data Types" ]
55
---

Language/Variables/Data Types/unsignedInt.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: unsignedInt
2+
title: unsigned int
33
categories: [ "Variables" ]
44
subCategories: [ "Data Types" ]
55
---

Language/Variables/Data Types/unsignedLong.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: unsignedLong
2+
title: unsigned long
33
categories: [ "Variables" ]
44
subCategories: [ "Data Types" ]
55
---

0 commit comments

Comments
 (0)