From 42b6698da0567cda64c32a2f0f34bfb36b622c7c Mon Sep 17 00:00:00 2001 From: rocky Date: Sat, 14 Sep 2024 16:55:42 -0400 Subject: [PATCH] Some small corrections --- mathics_scanner/data/named-characters.yml | 2 +- mathics_scanner/data/operators.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mathics_scanner/data/named-characters.yml b/mathics_scanner/data/named-characters.yml index 4bccce7..0dcc497 100644 --- a/mathics_scanner/data/named-characters.yml +++ b/mathics_scanner/data/named-characters.yml @@ -4,7 +4,7 @@ # Heuristics to consider in adding a Named Character. # =================================================== -# 1. Unicode symbols used by Mathemathica that are not in the Unicode Private Use Area are the same in Mathics3 +# 1. Unicode symbols used by Mathematica that are not in the Unicode Private Use Area are the same in Mathics3 # 2. Unicode symbols that correspond semantically with existing mathematical symbols are included. Example: − (U+2212, "Minus Sign") # is an alias for ASCII - even though Mathematica does not consider it so. # 3. Unicode symbols outside of the Mathematical Operators Block (and the ASCII block) should be excluded unless one of the previous diff --git a/mathics_scanner/data/operators.yml b/mathics_scanner/data/operators.yml index 517b9e7..cbd0cfa 100644 --- a/mathics_scanner/data/operators.yml +++ b/mathics_scanner/data/operators.yml @@ -55,7 +55,7 @@ # WolframLanguageData: a "PrecedenceRanks" value returned using: # WolframLanguageData[*operator_name*, "PrecedenceRanks"] # Example: -# In[1] := WolframLanguageData[AddTo, "PrecedenceRanks"] +# In[1] := WolframLanguageData["AddTo", "PrecedenceRanks"] # Out[1]= {{expr1 +=expr2 , AddTo[expr1 ,expr2]} -> 73 # # Note that 73 uses a diffrent precedence scheme than the one