Skip to content

Commit

Permalink
Update symbols.js
Browse files Browse the repository at this point in the history
  • Loading branch information
FernandoChu committed Apr 25, 2024
1 parent 8ec27d2 commit 4b33dfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/symbols.js
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ defineSymbol(math, main, textord, "\u2202", "\\partial", true);
defineSymbol(math, main, bin, "\u2298", "\\oslash", true);
defineSymbol(math, ams, bin, "\u229a", "\\circledcirc", true);
defineSymbol(math, ams, bin, "\u22a1", "\\boxdot", true);
defineSymbol(math, ams, bin, "\u29c4", "\\boxslash", true);
defineSymbol(math, main, bin, "\u29c4", "\\boxslash", true);
defineSymbol(math, main, bin, "\u25b3", "\\bigtriangleup");
defineSymbol(math, main, bin, "\u25bd", "\\bigtriangledown");
defineSymbol(math, main, bin, "\u2020", "\\dagger");
Expand Down

0 comments on commit 4b33dfb

Please sign in to comment.