am 688447e5: fix the lesson title names

* commit '688447e512185dab4acd9ddfc9f22066d164ff4e':
  fix the lesson title names
This commit is contained in:
Scott Main
2012-10-04 12:45:29 -07:00
committed by Android Git Automerger

View File

@@ -41,11 +41,11 @@ file</li>
<h2>Lessons</h2>
<dl>
<dt><b><a href="shared-preferences.html">Saving Data in Shared Preferences</a></b></dt>
<dt><b><a href="shared-preferences.html">Saving Key-Value Sets</a></b></dt>
<dd>Learn to use a shared preferences file for storing small amounts of information in
key-value pairs.</dd>
<dt><b><a href="files.html">Saving Data in Files</a></b></dt>
<dt><b><a href="files.html">Saving Files</a></b></dt>
<dd>Learn to save a basic file, such as to store long sequences of data that
are generally read in order.</dd>