Skip to content

Commit 0e904c9

Browse files
committed
style: remove unicode character
pandoc/LaTeX is not happy with this shady character. ``` ! Package inputenc Error: Unicode char \u8:↔ not set up for use with LaTeX. ``` Signed-off-by: Vincent Batts <[email protected]>
1 parent 52cbf47 commit 0e904c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

style.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Traditionally hex settings should use JSON integers, not JSON strings
44

55
For example, [`"classID": 1048577`][class-id] instead of `"classID": "0x100001"`.
6-
The config JSON isn't enough of a UI to be worth jumping through string integer hoops to support an 0x… form ([source][integer-over-hex]).
6+
The config JSON isn't enough of a UI to be worth jumping through string <-> integer hoops to support an 0x… form ([source][integer-over-hex]).
77

88
## Constant names should keep redundant prefixes
99

0 commit comments

Comments
 (0)