aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@qt.io>2018-09-03 15:08:35 +0200
committerMitch Curtis <mitch.curtis@qt.io>2018-09-03 14:00:02 +0000
commit65374a95a33a677740f6e6b25c424b4a4b466b3f (patch)
treefae4140d270af0abcd6a686fdfdd0988e6e00694
parent1876c17c354cf60160f408950bb6e5cc4a4f879e (diff)
Doc: improve SwipeView docs
Change-Id: Ic1cc85ed76c3ee534b7dda43449140a791cff36d Reviewed-by: J-P Nurmi <jpnurmi@gmail.com>
-rw-r--r--src/quicktemplates2/qquickswipeview.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/quicktemplates2/qquickswipeview.cpp b/src/quicktemplates2/qquickswipeview.cpp
index d3026597..d92f96aa 100644
--- a/src/quicktemplates2/qquickswipeview.cpp
+++ b/src/quicktemplates2/qquickswipeview.cpp
@@ -72,10 +72,10 @@ QT_BEGIN_NAMESPACE
It is generally not advisable to add excessive amounts of pages to a
SwipeView. However, when the amount of pages grows larger, or individual
- pages are relatively complex, it may be desired free up resources by
- unloading pages that are outside the reach. The following example presents
- how to use \l Loader to keep a maximum of three pages simultaneously
- instantiated.
+ pages are relatively complex, it may be desirable to free up resources by
+ unloading pages that are outside the immediate reach of the user.
+ The following example presents how to use \l Loader to keep a maximum of
+ three pages simultaneously instantiated.
\code
SwipeView {