diff options
author | David Boddie <dboddie@trolltech.com> | 2009-07-17 08:34:50 (GMT) |
---|---|---|
committer | David Boddie <dboddie@trolltech.com> | 2009-07-17 08:34:50 (GMT) |
commit | 83d9c5978fd5089457a28f16be6d26b047d80b7d (patch) | |
tree | 576e8d00e13f9b5a3544645a03566b54b761717c | |
parent | 2eff119b029ca51b6251d29681ca95200ed3e855 (diff) | |
download | Qt-83d9c5978fd5089457a28f16be6d26b047d80b7d.zip Qt-83d9c5978fd5089457a28f16be6d26b047d80b7d.tar.gz Qt-83d9c5978fd5089457a28f16be6d26b047d80b7d.tar.bz2 |
Doc: Fixed grammar.
Reviewed-by: Trust Me
-rw-r--r-- | src/corelib/xml/qxmlstream.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/xml/qxmlstream.cpp b/src/corelib/xml/qxmlstream.cpp index 1fc2a9f..42ed04e 100644 --- a/src/corelib/xml/qxmlstream.cpp +++ b/src/corelib/xml/qxmlstream.cpp @@ -568,7 +568,7 @@ bool QXmlStreamReader::atEnd() const returns true, hasError() returns true, and this function returns QXmlStreamReader::Invalid. - The exception is when error() return PrematureEndOfDocumentError. + The exception is when error() returns PrematureEndOfDocumentError. This error is reported when the end of an otherwise well-formed chunk of XML is reached, but the chunk doesn't represent a complete XML document. In that case, parsing \e can be resumed by calling |