diff options
| author | melvo <melvo@olomono.de> | 2021-02-17 18:53:52 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-17 18:53:52 +0100 |
| commit | 4c609a7c69e481798ef4fd0556d40881a24c2cc6 (patch) | |
| tree | f7c455a12e2b7f9d8bf33b7485a9d04d23da5f62 /src/client/QXmppVersionManager.h | |
| parent | 1a0399819804d6cd86732159d5e46d8d1e453e91 (diff) | |
| download | qxmpp-4c609a7c69e481798ef4fd0556d40881a24c2cc6.tar.gz | |
Improve wording in method documentation (#330)
Diffstat (limited to 'src/client/QXmppVersionManager.h')
| -rw-r--r-- | src/client/QXmppVersionManager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/QXmppVersionManager.h b/src/client/QXmppVersionManager.h index c336f8d2..7291c826 100644 --- a/src/client/QXmppVersionManager.h +++ b/src/client/QXmppVersionManager.h @@ -33,7 +33,7 @@ class QXmppVersionManagerPrivate; /// \brief The QXmppVersionManager class makes it possible to request for /// the software version of an entity as defined by \xep{0092}: Software Version. /// -/// \note It's object should not be created using it's constructor. Instead +/// \note Its object should not be created using its constructor. Instead /// \c QXmppClient::findExtension<QXmppVersionManager>() should be used to get /// the instantiated object of this class. /// |
