
Index: documentation/manual/en/module_specs/Zend_Db_Select.xml
===================================================================
--- documentation/manual/en/module_specs/Zend_Db_Select.xml	(revision 19290)
+++ documentation/manual/en/module_specs/Zend_Db_Select.xml	(working copy)
@@ -1128,7 +1128,7 @@
 $select = $db->select()
              ->from(array('p' => 'products'),
                     array('product_id', 'product_name'))
-             ->limit(10, 20);
+             ->limit(20, 10);
 ]]></programlisting>
 
             </example>
