Skip to content

Commit 6fbcc3b

Browse files
authored
Fix comments formatting in named-characters.yml
1 parent fed0a11 commit 6fbcc3b

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

mathics_scanner/data/named-characters.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,26 +17,26 @@
1717
#
1818
# amslatex: If present, the AMSLaTeX control sequence producing the
1919
# character. AMSLaTeX symbols are a superset of normal
20-
# LaTeX symbols. AMSLaTeX are only available in a
20+
# LaTeX symbols. AMSLaTeX is only available in a
2121
# math-mode environment (inline math or display math).
2222
# See also latex.
2323
#
24-
# ascii: If present, the ASCII equivalent. In some cases this may be
25-
# more than one character. For example "->" or "===".
24+
# ascii: If present, the ASCII equivalent. In some cases, this may be
25+
# more than one character. For example, "->" or "===".
2626
#
2727
# esc-alias: The ESC sequence alias of the named character, if it exists.
2828
#
2929
# has-unicode-inverse: Whether or not this named character has a
3030
# unicode equivalent that should replace other
31-
# variants of it, e.g. named character or ascii
31+
# variants of it, e.g., named character or ASCII
3232
# equivalent.
3333
#
34-
# is-builtin-constant: If present, a boolean whether this is a
34+
# is-builtin-constant: If present, a boolean indicating whether this is a
3535
# Builtin Symbol as defined by WMA that acts
3636
# like a constant (or a nullary function).
3737
# Degree, I, Infinity, and PI are some examples
3838
# such constants. Usually, if this field is
39-
# present it will be "true"; for "false" values
39+
# present, it will be "true"; for "false" values
4040
# (the majority), the field is omitted.
4141
#
4242
#
@@ -56,7 +56,7 @@
5656
# Divide operator, "/" is here. But some symbols like
5757
# "`" or "." inside a number could be considered
5858
# either an operator or as part of a lexical symbol.
59-
# "operators.yml" may contain use these symbols, while here we
59+
# "operators.yml" may contain use of these symbols, while here we
6060
# might not (or we might). Also, from an operator
6161
# perspective, an operator name like "Association"
6262
# might have *two* (bracketing) symbols associated
@@ -68,19 +68,19 @@
6868
# unicode-equivalent: A unicode equivalent for the named-character, if it
6969
# exists. If it is the same as "ascii", please omit.
7070
#
71-
# unicode-equivalent-name: The name of the unicode equivalent, if it exists.
71+
# unicode-equivalent-name: The name of the Unicode equivalent, if it exists.
7272
# The Python module unicodedata contains a list of
7373
# unicode names that we check against. So if the character
7474
# or unicode symbol is not in that, don't use it here.
7575
#
7676
# wl-reference: HTML link to the Wolfram Language & System document for character.
7777
#
78-
# wl-unicode: The unicode code point used by Mathics3 internally to represent
79-
# the named character. If it is the same as unicode-equivalent
78+
# wl-unicode: The Unicode code point used by Mathics3 internally to represent
79+
# the named character. If it is the same as the Unicode equivalent,
8080
# it should be omitted
8181
#
8282
# wl-unicode-name: The name of the character corresponding to `wl-unicode`, if it exists.
83-
# It will mentioned in Wolfram Language docs if it exists.
83+
# It will be mentioned in Wolfram Language docs if it exists.
8484
#
8585
# Sources:
8686
# https://www.compart.com/en/unicode

0 commit comments

Comments
 (0)