Skip to content

Commit 419578a

Browse files
author
SimonePDA
authored
Merge pull request #283 from per1234/type-titles
Fix incorrect capitalization/camelCase in page titles
2 parents ed37bce + 5d3cdc2 commit 419578a

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)