Software /
code /
prosody
Comparison
spec/json/pass1.json @ 12387:05c250fa335a
Spelling: Fix various spelling mistakes (thanks timeless)
Words, sometimes I wonder how they even work
Maybe I missed something.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 07 Mar 2022 00:13:56 +0100 |
parent | 8236:4878e4159e12 |
comparison
equal
deleted
inserted
replaced
12386:2d3080d02960 | 12387:05c250fa335a |
---|---|
18 "space": " ", | 18 "space": " ", |
19 "quote": "\"", | 19 "quote": "\"", |
20 "backslash": "\\", | 20 "backslash": "\\", |
21 "controls": "\b\f\n\r\t", | 21 "controls": "\b\f\n\r\t", |
22 "slash": "/ & \/", | 22 "slash": "/ & \/", |
23 "alpha": "abcdefghijklmnopqrstuvwyz", | 23 "alpha": "abcdefghijklmnopqrstuvwxyz", |
24 "ALPHA": "ABCDEFGHIJKLMNOPQRSTUVWYZ", | 24 "ALPHA": "ABCDEFGHIJKLMNOPQRSTUVWXYZ", |
25 "digit": "0123456789", | 25 "digit": "0123456789", |
26 "0123456789": "digit", | 26 "0123456789": "digit", |
27 "special": "`1~!@#$%^&*()_+-={':[,]}|;.</>?", | 27 "special": "`1~!@#$%^&*()_+-={':[,]}|;.</>?", |
28 "hex": "\u0123\u4567\u89AB\uCDEF\uabcd\uef4A", | 28 "hex": "\u0123\u4567\u89AB\uCDEF\uabcd\uef4A", |
29 "true": true, | 29 "true": true, |