summaryrefslogtreecommitdiffstats
path: root/examples/corelib/tools/doc/src/contiguouscache.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/corelib/tools/doc/src/contiguouscache.qdoc')
-rw-r--r--examples/corelib/tools/doc/src/contiguouscache.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/corelib/tools/doc/src/contiguouscache.qdoc b/examples/corelib/tools/doc/src/contiguouscache.qdoc
index 95753828b3..bb8616818f 100644
--- a/examples/corelib/tools/doc/src/contiguouscache.qdoc
+++ b/examples/corelib/tools/doc/src/contiguouscache.qdoc
@@ -44,7 +44,7 @@
allow for gaps. If your cache needs to quickly jump back and forth between
rows with significant gaps between them consider using QCache instead.
- And thats it. A perfectly reasonable cache, using minimal memory for a very large
+ And that's it. A perfectly reasonable cache, using minimal memory for a very large
list. In this case the accessor for getting the words into the cache
generates random information rather than fixed information. This allows you
to see how the cache range is kept for a local number of rows when running the