summaryrefslogtreecommitdiff
path: root/src/extras/Tumbler.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/extras/Tumbler.qml')
-rw-r--r--src/extras/Tumbler.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extras/Tumbler.qml b/src/extras/Tumbler.qml
index a6208708..fe1dfed1 100644
--- a/src/extras/Tumbler.qml
+++ b/src/extras/Tumbler.qml
@@ -171,7 +171,7 @@ Control {
/*!
\qmlmethod int Tumbler::currentIndexAt(int columnIndex)
Returns the current index of the column at \a columnIndex, or \c null
- if the \a index is invalid.
+ if \a columnIndex is invalid.
*/
function currentIndexAt(columnIndex) {
if (!__isValidColumnIndex(columnIndex))