Bug 150653. Fixing a comment for nsHTMLEntities::UnicodeToEntity(). Patch by alge@samsen.com. r=choess, sr=vidur

This commit is contained in:
stephend%netscape.com 2002-06-11 23:37:34 +00:00
Родитель 4273771ac4
Коммит 5c3c0171ee
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -56,7 +56,7 @@ public:
static PRInt32 EntityToUnicode(const nsCString& aEntity);
/**
* Translate an entity string into it's unicode value. This call
* Translate a unicode value into an entity string. This call
* returns null if the entity cannot be mapped.
* Note that the string returned DOES NOT have the leading "&" nor
* the trailing ";" in it.

Просмотреть файл

@ -56,7 +56,7 @@ public:
static PRInt32 EntityToUnicode(const nsCString& aEntity);
/**
* Translate an entity string into it's unicode value. This call
* Translate a unicode value into an entity string. This call
* returns null if the entity cannot be mapped.
* Note that the string returned DOES NOT have the leading "&" nor
* the trailing ";" in it.