Skip to content

Commit 2b4d651

Browse files
the-felipealAndroid (Google) Code Review
authored andcommitted
Merge "Fixed minor typo on Javadoc"
2 parents b39a159 + 1b4e4b6 commit 2b4d651

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)