aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/scenegraph/customgeometry/doc/src/customgeometry.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/scenegraph/customgeometry/doc/src/customgeometry.qdoc')
-rw-r--r--examples/quick/scenegraph/customgeometry/doc/src/customgeometry.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quick/scenegraph/customgeometry/doc/src/customgeometry.qdoc b/examples/quick/scenegraph/customgeometry/doc/src/customgeometry.qdoc
index bd235e5dfb..68b041b3ca 100644
--- a/examples/quick/scenegraph/customgeometry/doc/src/customgeometry.qdoc
+++ b/examples/quick/scenegraph/customgeometry/doc/src/customgeometry.qdoc
@@ -180,7 +180,7 @@
\quotefile scenegraph/customgeometry/customgeometry.pro
- As the bezier curve is drawn using GL_LINE_STRIP, we specify that
+ As the bezier curve is drawn as line strips, we specify that
the view should be multisampled to get antialiasing. This is not
required, but it will make the item look a bit nicer on hardware
that supports it. Multisampling is not enabled by default because