fix "No such ..." doc error for QString::toHtmlEscaped

And a minor rephrase. [...] a HTML -> an HTML

Change-Id: I49804d009737b58ca3bb43e60dac869e045b5536
Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
This commit is contained in:
Jeremy Katz 2012-07-19 01:27:23 +02:00 committed by Qt by Nokia
parent 0108484908
commit 27ab1b2e35

View File

@ -9140,7 +9140,7 @@ QVector<uint> QStringRef::toUcs4() const
*/
/*!
Converts the plain text string \a plain to a HTML string with
Converts a plain text string to an HTML string with
HTML metacharacters \c{<}, \c{>}, \c{&}, and \c{"} replaced by HTML
entities.