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:
Sebastian Bazley 2010-11-13 15:54:30 +00:00
parent 2658d6911f
commit a28a5c875f
1 changed files with 1 additions and 1 deletions

View File

@ -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;"}, // minus sign, U+2212 ISOtech -->
{"\u2212", "&minus;"}, // minus sign, U+2212 ISOtech -->
{"\u2217", "&lowast;"}, // asterisk operator, U+2217 ISOtech -->
{"\u221A", "&radic;"}, // square root = radical sign,U+221A ISOtech -->
{"\u221D", "&prop;"}, // proportional to, U+221D ISOtech -->