summaryrefslogtreecommitdiffstats
path: root/src/dbus/doc
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2024-02-03 22:39:26 -0800
committerThiago Macieira <thiago.macieira@intel.com>2024-02-10 02:39:14 -0800
commit2c51a0bb7b71cba0d085281f7a588f750b06a8e4 (patch)
tree74e72b893d6c55d35bd7f91a8ebae9524362051c /src/dbus/doc
parentf3832b63ded4fc0223f6da7c3e5878dbc4764308 (diff)
QDBusAdaptors/Doc: fix missing preposition "in" in documentation
Drive-by clarify a bit the text what "it" means, because it's different from the "it" in "its" two words later. Fixes: QTBUG-121875 Pick-to: 6.6 6.7 Change-Id: I664b9f014ffc48cbb49bfffd17b0959e7b3495fd Reviewed-by: Ievgenii Meshcheriakov <ievgenii.meshcheriakov@qt.io>
Diffstat (limited to 'src/dbus/doc')
-rw-r--r--src/dbus/doc/src/dbus-adaptors.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dbus/doc/src/dbus-adaptors.qdoc b/src/dbus/doc/src/dbus-adaptors.qdoc
index 6603526743..e57cc095b9 100644
--- a/src/dbus/doc/src/dbus-adaptors.qdoc
+++ b/src/dbus/doc/src/dbus-adaptors.qdoc
@@ -94,8 +94,8 @@
Input-only slots are normal slots that take parameters passed by value or
by constant reference. However, unlike asynchronous slots, the caller is
usually waiting for completion of the callee before resuming operation.
- Therefore, non-asynchronous slots should not block or should state it its
- documentation that they may do so.
+ Therefore, non-asynchronous slots should not block or should explicitly
+ state it will block in its documentation that they may do so.
Input-only slots have no special marking in their signature, except that
they take only parameters passed by value or by constant reference.