diff options
author | Kavindra Devi Palaraja <kavindra.palaraja@nokia.com> | 2009-06-05 10:29:27 (GMT) |
---|---|---|
committer | Kavindra Devi Palaraja <kavindra.palaraja@nokia.com> | 2009-06-05 10:29:43 (GMT) |
commit | 799a9ddf0a53ecdd6e097b2efd7418fd6ab9b655 (patch) | |
tree | 363ca34a624da8827df893d67a363e8ff3839014 /doc | |
parent | 95ceabf52d79b922a87f7c023c9606e633ab1ea2 (diff) | |
download | Qt-799a9ddf0a53ecdd6e097b2efd7418fd6ab9b655.zip Qt-799a9ddf0a53ecdd6e097b2efd7418fd6ab9b655.tar.gz Qt-799a9ddf0a53ecdd6e097b2efd7418fd6ab9b655.tar.bz2 |
Doc - fixed a typo
Reviewed-By: TrustMe
Diffstat (limited to 'doc')
-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 5a49901..4ab549a 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 |