diff --git a/src/quick/items/qquicktext.cpp b/src/quick/items/qquicktext.cpp index 312cd483e2d0df74715423247b472a4e685bf9e4..cbdea3917af5dffbbc3a34cfe281d4a17a749262 100644 --- a/src/quick/items/qquicktext.cpp +++ b/src/quick/items/qquicktext.cpp @@ -2359,7 +2359,7 @@ void QQuickText::setLineHeightMode(LineHeightMode mode) within the width of the item without wrapping is used. \li Text.VerticalFit - The largest size up to the size specified that fits the height of the item is used. - \li Text.Fit - The largest size up to the size specified the fits within the + \li Text.Fit - The largest size up to the size specified that fits within the width and height of the item is used. \endlist