diff options
author | Kavindra Devi Palaraja <kavindra.palaraja@nokia.com> | 2009-06-03 10:58:08 (GMT) |
---|---|---|
committer | Kavindra Devi Palaraja <kavindra.palaraja@nokia.com> | 2009-06-03 10:58:22 (GMT) |
commit | ae5b1555676cef4058157431c3af2e7ff9ead8ce (patch) | |
tree | 80056701beee72a16e068b020fff6534ddd342dd | |
parent | 3e663dcad5e9fbfd2a5466d464747a1a87f036b3 (diff) | |
download | Qt-ae5b1555676cef4058157431c3af2e7ff9ead8ce.zip Qt-ae5b1555676cef4058157431c3af2e7ff9ead8ce.tar.gz Qt-ae5b1555676cef4058157431c3af2e7ff9ead8ce.tar.bz2 |
Doc - minor fixes to beautify the sentence
Reviewed-By: TrustMe
-rw-r--r-- | doc/src/tutorials/addressbook.qdoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/tutorials/addressbook.qdoc b/doc/src/tutorials/addressbook.qdoc index 3ec883f..15fdd83 100644 --- a/doc/src/tutorials/addressbook.qdoc +++ b/doc/src/tutorials/addressbook.qdoc @@ -374,8 +374,8 @@ \snippet tutorials/addressbook/part2/addressbook.cpp submitContact part2 If the contact already exists, again, we display a QMessageBox to inform - the user about this, to prevent the user from adding duplicate contacts. - Our \c contacts object is based on key-value pairs of name and addresses, + the user about this, preventing the user from adding duplicate contacts. + Our \c contacts object is based on key-value pairs of name and address, hence, we want to ensure that \e key is unique. \o Once we have handled both cases mentioned above, we restore the push |