Explorar el Código

[DOCUMENTATION] English:
- fix compilation error

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@17197 44c647ce-9c0f-0410-b52a-842ac1e357ba

mikaelkael hace 16 años
padre
commit
fb7992e61e
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      documentation/manual/en/module_specs/Zend_Queue-Adapters.xml

+ 2 - 2
documentation/manual/en/module_specs/Zend_Queue-Adapters.xml

@@ -500,12 +500,12 @@ $queue = Zend_Queue::factory('Db', $options);
                     </para>
                 </listitem>
 
-                <listitems>
+                <listitem>
                     <para>
                         <methodname>count()</methodname> - returns the total number of jobs 
                         currently active in the Job Queue.
                     </para>
-                </listitems>
+                </listitem>
 
                 <listitem>
                     <para>