We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee32993 commit e4ef9b1Copy full SHA for e4ef9b1
core/java/android/app/Fragment.java
@@ -149,7 +149,7 @@ public FragmentState[] newArray(int size) {
149
* {@link Fragment#getFragmentManager() Fragment.getFragmentManager()}.
150
*
151
* <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
+ * results. In its core, it represents a particular operation or interface
153
* that is running within a larger {@link Activity}. A Fragment is closely
154
* tied to the Activity it is in, and can not be used apart from one. Though
155
* Fragment defines its own lifecycle, that lifecycle is dependent on its
0 commit comments