Skip to content

Commit 243170f

Browse files
labtopiaddougherty
authored andcommitted
Doc update: Fix typo.
1 parent b35e4d7 commit 243170f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/html/training/basics/activity-lifecycle/recreating.jd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ the user rotates the screen. When the screen changes orientation, the system des
5151
the foreground activity because the screen configuration has changed and your activity might need to
5252
load alternative resources (such as the layout).</p>
5353

54-
<p>By default, the system uses the {@link android.os.Bundle} instance state to saves information
54+
<p>By default, the system uses the {@link android.os.Bundle} instance state to save information
5555
about each {@link android.view.View} object in your activity layout (such as the text value entered
5656
into an {@link android.widget.EditText} object). So, if your activity instance is destroyed and
5757
recreated, the state of the layout is automatically restored to its previous state. However, your

0 commit comments

Comments
 (0)