Doc: fix typo in QQuickAccessible

Fixes: QTBUG-105812
Pick-to: 6.2 6.3 6.4
Change-Id: I735b23999a87bead759ea7987975c3d4cefdebf8
Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
This commit is contained in:
Oliver Eftevaag 2022-08-18 15:55:53 +02:00
parent a83f4bc19d
commit af34e238b8
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ QT_BEGIN_NAMESPACE
This property sets an accessible description. This property sets an accessible description.
Similar to the name it describes the item. The description Similar to the name it describes the item. The description
can be a little more verbose and tell what the item does, can be a little more verbose and tell what the item does,
for example the functionallity of the button it describes. for example the functionality of the button it describes.
*/ */
/*! /*!