Skip to content

Commit e4ef9b1

Browse files
committed
DO NOT MERGE
(from master: Fixed minor typo on Javadoc) Change-Id: I7d62e37011a7fd4d792fdfe5bd62022a850303a6
1 parent ee32993 commit e4ef9b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/java/android/app/Fragment.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ public FragmentState[] newArray(int size) {
149149
* {@link Fragment#getFragmentManager() Fragment.getFragmentManager()}.
150150
*
151151
* <p>The Fragment class can be used many ways to achieve a wide variety of
152-
* results. It is core, it represents a particular operation or interface
152+
* results. In its core, it represents a particular operation or interface
153153
* that is running within a larger {@link Activity}. A Fragment is closely
154154
* tied to the Activity it is in, and can not be used apart from one. Though
155155
* Fragment defines its own lifecycle, that lifecycle is dependent on its

0 commit comments

Comments
 (0)