minor(snip): arrow type consistency

This commit is contained in:
arne314
2025-01-11 14:38:24 +01:00
parent 40f02ce769
commit 701f30d4af
2 changed files with 3 additions and 3 deletions

View File

@@ -22,7 +22,7 @@ return {
snip('no', 'not ', {}, math),
snip('ip', '==>> ', {}, math),
snip('ib', '<<== ', {}, math),
snip('iff', '<<=>> ', {}, math),
snip('iff', '<<==>> ', {}, math),
-- relations
snip('el', '= ', {}, math),