diff options
Diffstat (limited to 'docs/html/guide/topics/fundamentals/loaders.jd')
-rw-r--r-- | docs/html/guide/topics/fundamentals/loaders.jd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/guide/topics/fundamentals/loaders.jd b/docs/html/guide/topics/fundamentals/loaders.jd index 3aad204..ddd513b 100644 --- a/docs/html/guide/topics/fundamentals/loaders.jd +++ b/docs/html/guide/topics/fundamentals/loaders.jd @@ -491,7 +491,7 @@ href="{@docRoot}resources/samples/ApiDemos/src/com/example/android/apis/app/Load LoaderCursor</a> — A complete version of the snippet shown above.</li> <li><a href="{@docRoot}resources/samples/ApiDemos/src/com/example/android/apis/app/LoaderThrottle.html"> LoaderThrottle</a> — An example of how to use throttling to -reduce the number of queries a content provider does then its data changes.</li> +reduce the number of queries a content provider does when its data changes.</li> </ul> <p>For information on downloading and installing the SDK samples, see <a |