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

[DOCUMENTATION] English : add 2 commas for readability

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@19251 44c647ce-9c0f-0410-b52a-842ac1e357ba
yoshida@zend.co.jp 16 лет назад
Родитель
Сommit
2ff88cbfe9
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      documentation/manual/en/module_specs/Zend_Ldap-API-Ldap-Node-RootDse.xml

+ 2 - 2
documentation/manual/en/module_specs/Zend_Ldap-API-Ldap-Node-RootDse.xml

@@ -108,9 +108,9 @@
                     </entry>
                     </entry>
                     <entry>
                     <entry>
                         Checks whether a given attribute exists. If
                         Checks whether a given attribute exists. If
-                        <varname>$emptyExists</varname> is <constant>FALSE</constant> empty attributes
+                        <varname>$emptyExists</varname> is <constant>FALSE</constant>, empty attributes
                         (containing only array()) are treated as non-existent returning
                         (containing only array()) are treated as non-existent returning
-                        <constant>FALSE</constant>. If <varname>$emptyExists</varname> is true empty
+                        <constant>FALSE</constant>. If <varname>$emptyExists</varname> is true, empty
                         attributes are treated as existent returning <constant>TRUE</constant>. In
                         attributes are treated as existent returning <constant>TRUE</constant>. In
                         this case the method returns <constant>FALSE</constant> only if the
                         this case the method returns <constant>FALSE</constant> only if the
                         attribute name is missing in the key-collection.
                         attribute name is missing in the key-collection.