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>
This commit is contained in:
Thiago Macieira 2024-02-03 22:39:26 -08:00
parent f3832b63de
commit 2c51a0bb7b

View File

@ -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.