diff options
| author | felipeal <felipeal@google.com> | 2012-02-27 12:09:13 -0800 |
|---|---|---|
| committer | felipeal <felipeal@google.com> | 2012-02-27 12:09:13 -0800 |
| commit | 1b4e4b657cd730046b51d3cabdf1525d89637a4c (patch) | |
| tree | 475f69d89daddfdeb3eef89d03e145de90f8427b /core/java/android/app/Fragment.java | |
| parent | 4709a11b5dcb0abb5f8518e0404b67a0912c0167 (diff) | |
Fixed minor typo on Javadoc
Change-Id: I2040520030319c0330d659dfa06716be0bd41b7b
Diffstat (limited to 'core/java/android/app/Fragment.java')
| -rw-r--r-- | core/java/android/app/Fragment.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/app/Fragment.java b/core/java/android/app/Fragment.java index f427e78db96a..492fcc73540c 100644 --- a/core/java/android/app/Fragment.java +++ b/core/java/android/app/Fragment.java @@ -149,7 +149,7 @@ final class FragmentState implements Parcelable { * {@link Fragment#getFragmentManager() Fragment.getFragmentManager()}. * * <p>The Fragment class can be used many ways to achieve a wide variety of - * results. It is core, it represents a particular operation or interface + * results. In its core, it represents a particular operation or interface * that is running within a larger {@link Activity}. A Fragment is closely * tied to the Activity it is in, and can not be used apart from one. Though * Fragment defines its own lifecycle, that lifecycle is dependent on its |
