summaryrefslogtreecommitdiff
path: root/doc/src/examples/declarative-places.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/examples/declarative-places.qdoc')
-rw-r--r--doc/src/examples/declarative-places.qdoc4
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/src/examples/declarative-places.qdoc b/doc/src/examples/declarative-places.qdoc
index 45f66eeb..d182e6f9 100644
--- a/doc/src/examples/declarative-places.qdoc
+++ b/doc/src/examples/declarative-places.qdoc
@@ -161,9 +161,7 @@
\snippet declarative/places/places.qml PlaceSearchModel model
First some of the model's properties are set, which will be used to form the search request.
- In this example we want a maximum of five search term corrections to be returned in the result
- set, so the \l {PlaceSearchModel::maximumCorrections}{maximumCorrections} property is set
- accordingly. The \l {PlaceSearchModel::searchArea}{searchArea} property is set to the
+ The \l {PlaceSearchModel::searchArea}{searchArea} property is set to the
\e searchRegion object which is a \l BoundingCircle with a center that is linked to the current
location displayed on the \l Map.