aboutsummaryrefslogtreecommitdiffstats
path: root/src/particles/qquickcustomaffector.cpp
diff options
context:
space:
mode:
authorBea Lam <bea.lam@nokia.com>2012-07-31 10:00:27 +1000
committerQt by Nokia <qt-info@nokia.com>2012-08-02 05:45:01 +0200
commit02324af27c8784e8df430de9f21080263a1cf4d0 (patch)
tree58dd9e2bfaf32b1c6a20f3c07db08575688b4877 /src/particles/qquickcustomaffector.cpp
parenta0726b088b0b925db16d064cbfe1ce828911285c (diff)
Particles module doc fixes
Fixing some uses of qdoc commands and other minor fixes Change-Id: I965f715ad8d7833c5a7b830d644c79ad51735da5 Reviewed-by: Alan Alpert <alan.alpert@nokia.com>
Diffstat (limited to 'src/particles/qquickcustomaffector.cpp')
-rw-r--r--src/particles/qquickcustomaffector.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/particles/qquickcustomaffector.cpp b/src/particles/qquickcustomaffector.cpp
index 219da82ad5..0482b2745f 100644
--- a/src/particles/qquickcustomaffector.cpp
+++ b/src/particles/qquickcustomaffector.cpp
@@ -57,7 +57,7 @@ QT_BEGIN_NAMESPACE
dt is the time since the last time it was affected. Use dt to normalize
trajectory manipulations to real time.
- Note that JS is slower to execute, so it is not recommended to use this in
+ Note that JavaScript is slower to execute, so it is not recommended to use this in
high-volume particle systems.
*/