Skip to content

Commit 5ec31d3

Browse files
committed
use the right char for <approx>
1 parent 50a7b08 commit 5ec31d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ctop.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,7 @@ CToP.applyTokens = {
656656
"geq": CToP.infix('\u2265',1),
657657
"leq": CToP.infix('\u2264',1),
658658
"equivalent": CToP.infix('\u2261',1),
659-
"approx": CToP.infix('\u2243',1),
659+
"approx": CToP.infix('\u2248',1),
660660
"union": CToP.infix('\u222A',2),
661661
"intersect": CToP.infix('\u2229',3),
662662
"subset": CToP.infix('u2286',2),

0 commit comments

Comments
 (0)