Skip to content

Commit 744f209

Browse files
committed
tweaks
1 parent a0b8635 commit 744f209

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const unicodeRanges = require('unicode-range-json');
2020
console.log(unicodeRanges);
2121
/*
2222
{
23-
"category": "Control character",
23+
"category": "Control Character",
2424
"hexrange": ["0000", "001F"],
2525
"range": [0, 31]
2626
},

unicode-ranges.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[
22
{
3-
"category": "Control character",
3+
"category": "Control Character",
44
"hexrange": [
55
"0000",
66
"001F"

0 commit comments

Comments
 (0)