OSDN Git Service

docs: fix typo
authorScott Main <smain@google.com>
Tue, 29 Jun 2010 22:22:03 +0000 (15:22 -0700)
committerScott Main <smain@google.com>
Tue, 29 Jun 2010 22:22:03 +0000 (15:22 -0700)
Change-Id: I39849068bb1b35a766df93ab3440829730efabaa

docs/html/guide/topics/data/backup.jd

index 4279d7d..aeefca8 100644 (file)
@@ -576,8 +576,8 @@ helpers.</p>
 
 <h3 id="SharedPreferences">Backing up SharedPreferences</h3>
 
-<p>When you instantiate a {@link android.app.backup.SharedPreferencesBackupHelper}, you must the
-name of one or more {@link android.content.SharedPreferences} files.</p>
+<p>When you instantiate a {@link android.app.backup.SharedPreferencesBackupHelper}, you must
+include the name of one or more {@link android.content.SharedPreferences} files.</p>
 
 <p>For example, to back up a {@link android.content.SharedPreferences} file named
 "user_preferences", a complete backup agent using {@link android.app.backup.BackupAgentHelper} looks