aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/animation/behaviors/tvtennis.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/animation/behaviors/tvtennis.qml')
-rw-r--r--examples/quick/animation/behaviors/tvtennis.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quick/animation/behaviors/tvtennis.qml b/examples/quick/animation/behaviors/tvtennis.qml
index 4ca909cd8c..b5ad2e8667 100644
--- a/examples/quick/animation/behaviors/tvtennis.qml
+++ b/examples/quick/animation/behaviors/tvtennis.qml
@@ -64,7 +64,7 @@ Rectangle {
PropertyAction { target: ball; property: "direction"; value: "right" }
}
- // Make y move with a velocity of 200
+ // Make y move with a velocity of 200
Behavior on y { SpringAnimation{ velocity: 200; }
}