Просмотр исходного кода

[DOCUMENTATION] English:
- fix compilation error

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

mikaelkael 16 лет назад
Родитель
Сommit
fb7992e61e
1 измененных файлов с 2 добавлено и 2 удалено
  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>