From a75d39a98654eb08e1734cef9702b670de008054 Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Sat, 3 Feb 2024 22:39:26 -0800 Subject: [PATCH] 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 Change-Id: I664b9f014ffc48cbb49bfffd17b0959e7b3495fd Reviewed-by: Ievgenii Meshcheriakov (cherry picked from commit 2c51a0bb7b71cba0d085281f7a588f750b06a8e4) Reviewed-by: Qt Cherry-pick Bot --- src/dbus/doc/src/dbus-adaptors.qdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/dbus/doc/src/dbus-adaptors.qdoc b/src/dbus/doc/src/dbus-adaptors.qdoc index 66035267433..e57cc095b98 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.