summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Christopher Tate <ctate@android.com> 2013-04-19 14:38:42 -0700
committer Android Git Automerger <android-git-automerger@android.com> 2013-04-19 14:38:42 -0700
commite4396c9dfc77a66c6e5d15f978e115cbf0f20e88 (patch)
tree2103cad2230c234bcc16f29e161d84d81e72fb4d
parent89249e90faee83c6a8a0dc3dcdbe69ba64b66179 (diff)
parent10786aa1d64897f9d1160954d259c81364b10a43 (diff)
am 10786aa1: am a6a8ba84: Merge "Correct a small doc error"
* commit '10786aa1d64897f9d1160954d259c81364b10a43': Correct a small doc error
-rw-r--r--docs/html/guide/topics/data/backup.jd2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/guide/topics/data/backup.jd b/docs/html/guide/topics/data/backup.jd
index 598b08a59547..4903852de9f1 100644
--- a/docs/html/guide/topics/data/backup.jd
+++ b/docs/html/guide/topics/data/backup.jd
@@ -680,7 +680,7 @@ android.app.backup.BackupAgentHelper} looks like this:</p>
<pre>
public class MyFileBackupAgent extends BackupAgentHelper {
- // The name of the SharedPreferences file
+ // The name of the file
static final String TOP_SCORES = "scores";
static final String PLAYER_STATS = "stats";