Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 35c4dbc2 authored by Scott Main's avatar Scott Main Committed by Android Git Automerger
Browse files

am 1cea533b: am a35333c1: am c465ae32: am 688447e5: fix the lesson title names

* commit '1cea533b':
  fix the lesson title names
parents 7df202e2 1cea533b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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>