Skip to content

Commit 3790001

Browse files
committed
SDK doc change: Fixed typo and added method parentheses in line 206.
Bug: 6318971 Change-Id: I57f3c7aff6209269ca0d95d616e551e2100eeb54
1 parent 23f08c6 commit 3790001

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
@@ -203,7 +203,7 @@ public FragmentState[] newArray(int size) {
203203
* <li> {@link #onCreateView} creates and returns the view hierarchy associated
204204
* with the fragment.
205205
* <li> {@link #onActivityCreated} tells the fragment that its activity has
206-
* completed its own {@link Activity#onCreate Activity.onCreaate}.
206+
* completed its own {@link Activity#onCreate Activity.onCreate()}.
207207
* <li> {@link #onStart} makes the fragment visible to the user (based on its
208208
* containing activity being started).
209209
* <li> {@link #onResume} makes the fragment interacting with the user (based on its

0 commit comments

Comments
 (0)