aboutsummaryrefslogtreecommitdiffstats
path: root/src/webchannel/qwebchannelabstracttransport.cpp
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2016-05-31 16:37:14 +0200
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2016-05-31 14:47:40 +0000
commitd2e2afcea59ec4e9d5edc30bad0866a8c18647b8 (patch)
tree263a72093e244b00c3f928d03db63aa6b74e010f /src/webchannel/qwebchannelabstracttransport.cpp
parent9ebaffbd531f0db4b3f528ebb7812b281520117d (diff)
Doc: Use standard verb form to start function docs
For consistency, the first verb should be in 3rd person singular form. Change-Id: I5e24ecbbac1b1ab85e737f127b021f24a55c8dd4 Reviewed-by: Milian Wolff <milian.wolff@kdab.com>
Diffstat (limited to 'src/webchannel/qwebchannelabstracttransport.cpp')
-rw-r--r--src/webchannel/qwebchannelabstracttransport.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webchannel/qwebchannelabstracttransport.cpp b/src/webchannel/qwebchannelabstracttransport.cpp
index 771325a..584342b 100644
--- a/src/webchannel/qwebchannelabstracttransport.cpp
+++ b/src/webchannel/qwebchannelabstracttransport.cpp
@@ -62,7 +62,7 @@ QT_BEGIN_NAMESPACE
/*!
\fn QWebChannelAbstractTransport::sendMessage(const QJsonObject &message)
- Send a JSON \a message to the remote client. An implementation would serialize the message and
+ Sends a JSON \a message to the remote client. An implementation would serialize the message and
transmit it to the remote JavaScript client.
*/