We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f1e17d8 + c08787f commit 51cb7caCopy full SHA for 51cb7ca
core/java/android/app/Fragment.java
@@ -203,7 +203,7 @@ public FragmentState[] newArray(int size) {
203
* <li> {@link #onCreateView} creates and returns the view hierarchy associated
204
* with the fragment.
205
* <li> {@link #onActivityCreated} tells the fragment that its activity has
206
- * completed its own {@link Activity#onCreate Activity.onCreaate}.
+ * completed its own {@link Activity#onCreate Activity.onCreate()}.
207
* <li> {@link #onStart} makes the fragment visible to the user (based on its
208
* containing activity being started).
209
* <li> {@link #onResume} makes the fragment interacting with the user (based on its
0 commit comments