summaryrefslogtreecommitdiffstats
path: root/docs/html/guide/components/fragments.jd
diff options
context:
space:
mode:
authorkmccormick <kmccormick@google.com>2013-04-02 16:51:06 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-04-02 16:51:06 -0700
commit7cf6aaf9bca84b4f01b55088cf4d3f705577a0cb (patch)
tree6f6b3952fa8e2237d5e831781d6f8e3d6432485d /docs/html/guide/components/fragments.jd
parent7d2301965621ccd10b0ab7afba37fffcc566b05a (diff)
parent70e99bfe409b5cb116bf3f0512e3d05c13240eea (diff)
downloadframeworks_base-7cf6aaf9bca84b4f01b55088cf4d3f705577a0cb.zip
frameworks_base-7cf6aaf9bca84b4f01b55088cf4d3f705577a0cb.tar.gz
frameworks_base-7cf6aaf9bca84b4f01b55088cf4d3f705577a0cb.tar.bz2
am 70e99bfe: am b50f2406: am 050f6611: am 78e5d183: Merge "Doc update: Misc doc bugs" into jb-mr1.1-docs
* commit '70e99bfe409b5cb116bf3f0512e3d05c13240eea': Doc update: Misc doc bugs
Diffstat (limited to 'docs/html/guide/components/fragments.jd')
-rw-r--r--docs/html/guide/components/fragments.jd2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/guide/components/fragments.jd b/docs/html/guide/components/fragments.jd
index 7747b31..32c9f99 100644
--- a/docs/html/guide/components/fragments.jd
+++ b/docs/html/guide/components/fragments.jd
@@ -172,7 +172,7 @@ the user might not come back).</dd>
<p>Most applications should implement at least these three methods for every fragment, but there are
several other callback methods you should also use to handle various stages of the
-fragment lifecycle. All the lifecycle callback methods are discussed more later, in the section
+fragment lifecycle. All the lifecycle callback methods are discussed in more detail in the section
about <a href="#Lifecycle">Handling the Fragment Lifecycle</a>.</p>