aboutsummaryrefslogtreecommitdiffstats
path: root/src/particles/qquickturbulence.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/particles/qquickturbulence.cpp')
-rw-r--r--src/particles/qquickturbulence.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/particles/qquickturbulence.cpp b/src/particles/qquickturbulence.cpp
index 18ecc6a4cd..dac67df031 100644
--- a/src/particles/qquickturbulence.cpp
+++ b/src/particles/qquickturbulence.cpp
@@ -50,7 +50,7 @@ QT_BEGIN_NAMESPACE
\qmlclass Turbulence QQuickTurbulenceAffector
\inqmlmodule QtQuick.Particles 2
\inherits Affector
- \brief Turbulence provides fluid like forces based on a noise image.
+ \brief Provides fluid-like forces from a noise image
The Turbulence Element scales the noise source over the area it affects,
and uses the curl of that source to generate force vectors.