From 5d3cdc27a2ae20044170471e54d9d32d30282991 Mon Sep 17 00:00:00 2001 From: per1234 Date: Sun, 10 Dec 2017 16:09:11 -0800 Subject: [PATCH] Fix incorrect capitalization/camelCase in page titles These page titles did not match their capitalization/spelling in code usage. --- Language/Structure/Control Structure/doWhile.adoc | 2 +- Language/Structure/Control Structure/switchCase.adoc | 2 +- Language/Variables/Data Types/unsignedChar.adoc | 2 +- Language/Variables/Data Types/unsignedInt.adoc | 2 +- Language/Variables/Data Types/unsignedLong.adoc | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Language/Structure/Control Structure/doWhile.adoc b/Language/Structure/Control Structure/doWhile.adoc index 31d6e432b..d62864d77 100644 --- a/Language/Structure/Control Structure/doWhile.adoc +++ b/Language/Structure/Control Structure/doWhile.adoc @@ -1,5 +1,5 @@ --- -title: do...While +title: do...while categories: [ "Structure" ] subCategories: [ "Control Structure" ] --- diff --git a/Language/Structure/Control Structure/switchCase.adoc b/Language/Structure/Control Structure/switchCase.adoc index 7ef6a27bf..88335ad17 100644 --- a/Language/Structure/Control Structure/switchCase.adoc +++ b/Language/Structure/Control Structure/switchCase.adoc @@ -1,5 +1,5 @@ --- -title: switchCase +title: switch...case categories: [ "Structure" ] subCategories: [ "Control Structure" ] --- diff --git a/Language/Variables/Data Types/unsignedChar.adoc b/Language/Variables/Data Types/unsignedChar.adoc index b6ed55ea1..1f2ccbc96 100644 --- a/Language/Variables/Data Types/unsignedChar.adoc +++ b/Language/Variables/Data Types/unsignedChar.adoc @@ -1,5 +1,5 @@ --- -title: unsignedChar +title: unsigned char categories: [ "Variables" ] subCategories: [ "Data Types" ] --- diff --git a/Language/Variables/Data Types/unsignedInt.adoc b/Language/Variables/Data Types/unsignedInt.adoc index 6e9a6d287..3b000ac98 100644 --- a/Language/Variables/Data Types/unsignedInt.adoc +++ b/Language/Variables/Data Types/unsignedInt.adoc @@ -1,5 +1,5 @@ --- -title: unsignedInt +title: unsigned int categories: [ "Variables" ] subCategories: [ "Data Types" ] --- diff --git a/Language/Variables/Data Types/unsignedLong.adoc b/Language/Variables/Data Types/unsignedLong.adoc index b725034e9..9cccdf9e1 100644 --- a/Language/Variables/Data Types/unsignedLong.adoc +++ b/Language/Variables/Data Types/unsignedLong.adoc @@ -1,5 +1,5 @@ --- -title: unsignedLong +title: unsigned long categories: [ "Variables" ] subCategories: [ "Data Types" ] ---