Skip to content

Commit 3bc2fe0

Browse files
authored
Merge pull request #22 from per1234/type-titles
Fix incorrect capitalization/camelCase in page titles
2 parents 371a2e8 + 0d82f73 commit 3bc2fe0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Language/Variables/Data Types/unsignedChar.adoc

Lines changed: 1 addition & 1 deletion
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: [ "자료형" ]
55
---

Language/Variables/Data Types/unsignedInt.adoc

Lines changed: 1 addition & 1 deletion
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: [ "자료형" ]
55
---

Language/Variables/Data Types/unsignedLong.adoc

Lines changed: 1 addition & 1 deletion
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: [ "자료형" ]
55
---

0 commit comments

Comments
 (0)