Merge "Correct a small doc error"

This commit is contained in:
Christopher Tate
2013-04-19 20:37:31 +00:00
committed by Gerrit Code Review

View File

@@ -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";