diff --git a/Language/Structure/Control Structure/doWhile.adoc b/Language/Structure/Control Structure/doWhile.adoc index 31d6e43..d62864d 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 7ef6a27..88335ad 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 b6ed55e..1f2ccbc 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 6e9a6d2..3b000ac 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 b725034..9cccdf9 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" ] ---