From c259a1e96a61fe13c081f6a0521973b2d7f6b61e Mon Sep 17 00:00:00 2001 From: Juha Vuolle Date: Thu, 13 Oct 2022 10:37:05 +0300 Subject: Add a missing verb in BT LE documentation Fixes: QTBUG-107195 Change-Id: I60f6d6fb75c8cf335a90f2c55a5067e5e0b50d2e Reviewed-by: Leena Miettinen (cherry picked from commit 9096de2912c57925de2a3c77cea87f584c4575f0) Reviewed-by: Qt Cherry-pick Bot --- src/bluetooth/doc/src/bluetooth-le-overview.qdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bluetooth/doc/src/bluetooth-le-overview.qdoc b/src/bluetooth/doc/src/bluetooth-le-overview.qdoc index 1c124a3c..a3c394d5 100644 --- a/src/bluetooth/doc/src/bluetooth-le-overview.qdoc +++ b/src/bluetooth/doc/src/bluetooth-le-overview.qdoc @@ -173,8 +173,8 @@ Low Energy devices. \section2 Service Search - The above code snippet how the application initiates the service discovery once the connection has - been established. + The above code snippet shows how the application initiates the service discovery once the + connection has been established. The \c serviceDiscovered() slot below is triggered as a result of the \l {QLowEnergyController::serviceDiscovered()} signal and provides an intermittent progress report. -- cgit v1.2.1