Skip to content

Commit 3510eba

Browse files
nit
1 parent 07f273f commit 3510eba

2 files changed

Lines changed: 38 additions & 38 deletions

File tree

CHANGELOG.md

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -66,45 +66,45 @@
6666
- `riyal`: ⃁
6767

6868
- Keyboard labels
69-
- `spacebar` : ␣
70-
- `delete` : ␥
69+
- `spacebar`: ␣
70+
- `delete`: ␥
7171

7272
- Control (Printable symbols representing non-printable characters)
73-
- `nul` : ␀
74-
- `soh` : ␁
75-
- `stx` : ␂
76-
- `etx` : ␃
77-
- `eot` : ␄
78-
- `enq` : ␅
79-
- `ack` : ␆
80-
- `bel` : ␇
81-
- `bs` : ␈
82-
- `ht` : ␉
83-
- `lf` : ␊
84-
- `vt` : ␋
85-
- `ff` : ␌
86-
- `cr` : ␍
87-
- `so` : ␎
88-
- `si` : ␏
89-
- `dle` : ␐
90-
- `dc.one` : ␑
91-
- `dc.two` : ␒
92-
- `dc.three` : ␓
93-
- `dc.four` : ␔
94-
- `nak` : ␕
95-
- `syn` : ␖
96-
- `etb` : ␗
97-
- `can` : ␘
98-
- `em` : ␙
99-
- `sub` : ␚
100-
- `esc` : ␛
101-
- `fs` : ␜
102-
- `gs` : ␝
103-
- `rs` : ␞
104-
- `us` : ␟
105-
- `sp` : ␠
106-
- `del` : ␡
107-
- `nl` : ␤
73+
- `nul`: ␀
74+
- `soh`: ␁
75+
- `stx`: ␂
76+
- `etx`: ␃
77+
- `eot`: ␄
78+
- `enq`: ␅
79+
- `ack`: ␆
80+
- `bel`: ␇
81+
- `bs`: ␈
82+
- `ht`: ␉
83+
- `lf`: ␊
84+
- `vt`: ␋
85+
- `ff`: ␌
86+
- `cr`: ␍
87+
- `so`: ␎
88+
- `si`: ␏
89+
- `dle`: ␐
90+
- `dc.one`: ␑
91+
- `dc.two`: ␒
92+
- `dc.three`: ␓
93+
- `dc.four`: ␔
94+
- `nak`: ␕
95+
- `syn`: ␖
96+
- `etb`: ␗
97+
- `can`: ␘
98+
- `em`: ␙
99+
- `sub`: ␚
100+
- `esc`: ␛
101+
- `fs`: ␜
102+
- `gs`: ␝
103+
- `rs`: ␞
104+
- `us`: ␟
105+
- `sp`: ␠
106+
- `del`: ␡
107+
- `nl`: ␤
108108

109109
### New in `emoji`
110110

src/modules/sym.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1297,7 +1297,7 @@ control {
12971297
.two ␒
12981298
.three ␓
12991299
.four ␔
1300-
nak ␕ // Negativ AcKnowledge
1300+
nak ␕ // Negative AcKnowledge
13011301
syn ␖ // SYNchronous idle
13021302
etb ␗ // End of Transmission Block
13031303
can ␘ // CANcel

0 commit comments

Comments
 (0)