clarify and fix typo
Arthur Axel 'fREW' Schmidt [Sat, 12 Jun 2010 17:00:10 +0000 (12:00 -0500)]
slideshow.html

index 8ad9bce..0c22109 100644 (file)
@@ -189,7 +189,7 @@ $sth->execute(
       <ul class="incremental">
          <li>No need to pair placeholders and values</li>
          <li>Automatically gets autoincremented id for you</li>
-         <li>Transparrently uses INSERT ... RETURNING for databases that support it</li>
+         <li>Transparently uses INSERT ... RETURNING for databases that support it</li>
       </ul>
    </div>
 
@@ -260,7 +260,7 @@ $update-&gt;execute(
   title =&gt; 'New title',
 });</pre>
       <ul class="incremental">
-         <li>Lazy Update</li>
+         <li>Won't update unless value changes</li>
       </ul>
    </div>