fix "No such ..." doc error for QString::toHtmlEscaped
authorJeremy Katz <jeremy.katz@nokia.com>
Wed, 18 Jul 2012 23:27:23 +0000 (01:27 +0200)
committerQt by Nokia <qt-info@nokia.com>
Thu, 19 Jul 2012 10:35:22 +0000 (12:35 +0200)
And a minor rephrase. [...] a HTML -> an HTML

Change-Id: I49804d009737b58ca3bb43e60dac869e045b5536
Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
src/corelib/tools/qstring.cpp

index e473cb2..5d82490 100644 (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.