LANG-659 - EntityArrays typo: {"\u2122", "−"}, // minus sign, U+2212 ISOtech
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1034784 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2658d6911f
commit
a28a5c875f
|
@ -239,7 +239,7 @@ public class EntityArrays {
|
|||
{"\u2211", "∑"}, // n-ary summation, U+2211 ISOamsb -->
|
||||
// <!-- sum is NOT the same character as U+03A3 'greek capital letter sigma'
|
||||
// though the same glyph might be used for both -->
|
||||
{"\u2122", "−"}, // minus sign, U+2212 ISOtech -->
|
||||
{"\u2212", "−"}, // minus sign, U+2212 ISOtech -->
|
||||
{"\u2217", "∗"}, // asterisk operator, U+2217 ISOtech -->
|
||||
{"\u221A", "√"}, // square root = radical sign,U+221A ISOtech -->
|
||||
{"\u221D", "∝"}, // proportional to, U+221D ISOtech -->
|
||||
|
|
Loading…
Reference in New Issue