We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23f08c6 commit 3790001Copy full SHA for 3790001
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