aboutsummaryrefslogtreecommitdiffstats
path: root/src/doc/src/qtquick2drenderer-index.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/doc/src/qtquick2drenderer-index.qdoc')
-rw-r--r--src/doc/src/qtquick2drenderer-index.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/doc/src/qtquick2drenderer-index.qdoc b/src/doc/src/qtquick2drenderer-index.qdoc
index b86b8dc9c2..b1c145f20e 100644
--- a/src/doc/src/qtquick2drenderer-index.qdoc
+++ b/src/doc/src/qtquick2drenderer-index.qdoc
@@ -25,10 +25,10 @@
\RENDERER is an alternative renderer for Qt Quick 2 that uses the Raster
paint engine to render the contents of the scene graph instead of OpenGL.
- As a result of not using OpenGL to render the scene graph some features
+ As a result of not using OpenGL to render the scene graph, some features
and optimizations are no longer available. Most Qt Quick 2 applications
will run without modification though any attempts to use unsupported
- features will be ignored. By using the \RENDERER is now possible to run Qt
+ features will be ignored. By using the \RENDERER it is now possible to run Qt
Quick 2 applications on hardware and platforms that do not have OpenGL
support.