diff options
author | Kavindra Devi Palaraja <kavindra.palaraja@nokia.com> | 2009-06-05 10:29:27 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2009-06-07 02:30:20 (GMT) |
commit | 609ddf3a8c19e163dd588fff6004dc7a1e27c836 (patch) | |
tree | b5b7d30c6c342d621e8a83239b623fb9e2f3a016 | |
parent | f4a78408ddb4f5b65b88790b1355bb502eca7313 (diff) | |
download | Qt-609ddf3a8c19e163dd588fff6004dc7a1e27c836.zip Qt-609ddf3a8c19e163dd588fff6004dc7a1e27c836.tar.gz Qt-609ddf3a8c19e163dd588fff6004dc7a1e27c836.tar.bz2 |
Doc - fixed a typo
Reviewed-By: TrustMe
(cherry picked from commit 799a9ddf0a53ecdd6e097b2efd7418fd6ab9b655)
-rw-r--r-- | doc/src/tutorials/addressbook.qdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/tutorials/addressbook.qdoc b/doc/src/tutorials/addressbook.qdoc index 23e7159..92b42cd 100644 --- a/doc/src/tutorials/addressbook.qdoc +++ b/doc/src/tutorials/addressbook.qdoc @@ -510,7 +510,7 @@ \list \o If the iterator is at the end of \c contacts, we clear the display and return. - \o If the iterator is the beginning of \c contacts, we move it to + \o If the iterator is at the beginning of \c contacts, we move it to the end. \o We then decrement the iterator by one. \endlist |