We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b39a159 + 1b4e4b6 commit 2b4d651Copy full SHA for 2b4d651
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