Skip to content

Commit

Permalink
Some small corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Sep 14, 2024
1 parent 4892283 commit 42b6698
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mathics_scanner/data/named-characters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion mathics_scanner/data/operators.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 42b6698

Please sign in to comment.