summaryrefslogtreecommitdiff
path: root/library
diff options
context:
space:
mode:
authorAlex Saveau <saveau.alexandre@gmail.com>2023-04-27 13:34:46 -0700
committerGitHub <noreply@github.com>2023-04-27 22:34:46 +0200
commit1235d52c52998e3fde6a34db8b18cb448a1e73a6 (patch)
tree25323d23ccf0e7c440334a8a4b5c1d3bce6a0458 /library
parente0d59304055619f6834109168dfb02f9a895f333 (diff)
Make ast == ast.op (fixes #1004) (#1017)
Diffstat (limited to 'library')
-rw-r--r--library/src/symbols/sym.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/src/symbols/sym.rs b/library/src/symbols/sym.rs
index 421efe85..b535203c 100644
--- a/library/src/symbols/sym.rs
+++ b/library/src/symbols/sym.rs
@@ -64,8 +64,8 @@ pub(crate) const SYM: &[(&str, Symbol)] = symbols! {
// Punctuation.
amp: ['&', inv: '⅋'],
ast: [
- basic: '*',
op: '∗',
+ basic: '*',
low: '⁎',
double: '⁑',
triple: '⁂',