Skip to content

Commit 7122b98

Browse files
author
timandes
committed
fix: fix mismatched tags
git-svn-id: http://svn.php.net/repository/phpdoc/en@345959 c90b9560-bf6c-de11-be94-00142212c4b1
1 parent 1727f0d commit 7122b98

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

trunk/reference/zookeeper/zookeeper.xml

+5-5
Original file line numberDiff line numberDiff line change
@@ -564,35 +564,35 @@
564564
<term><constant>Zookeeper::DELETED_EVENT</constant></term>
565565
<listitem>
566566
<para>A node has been deleted</para>
567-
<para>This is only generated by watches on nodes. These watches are set using Zookeeper::exists and Zookeeper::get.</param>
567+
<para>This is only generated by watches on nodes. These watches are set using Zookeeper::exists and Zookeeper::get.</para>
568568
</listitem>
569569
</varlistentry>
570570
<varlistentry xml:id="zookeeper.class.constants.changed-event">
571571
<term><constant>Zookeeper::CHANGED_EVENT</constant></term>
572572
<listitem>
573573
<para>A node has changed</para>
574-
<para>This is only generated by watches on nodes. These watches are set using Zookeeper::exists and Zookeeper::get.</param>
574+
<para>This is only generated by watches on nodes. These watches are set using Zookeeper::exists and Zookeeper::get.</para>
575575
</listitem>
576576
</varlistentry>
577577
<varlistentry xml:id="zookeeper.class.constants.child-event">
578578
<term><constant>Zookeeper::CHILD_EVENT</constant></term>
579579
<listitem>
580580
<para>A change as occurred in the list of children</para>
581-
<para>This is only generated by watches on the child list of a node. These watches are set using Zookeeper::getChildren.</param>
581+
<para>This is only generated by watches on the child list of a node. These watches are set using Zookeeper::getChildren.</para>
582582
</listitem>
583583
</varlistentry>
584584
<varlistentry xml:id="zookeeper.class.constants.session-event">
585585
<term><constant>Zookeeper::SESSION_EVENT</constant></term>
586586
<listitem>
587587
<para>A session has been lost</para>
588-
<para>This is generated when a client loses contact or reconnects with a server.</param>
588+
<para>This is generated when a client loses contact or reconnects with a server.</para>
589589
</listitem>
590590
</varlistentry>
591591
<varlistentry xml:id="zookeeper.class.constants.notwatching-event">
592592
<term><constant>Zookeeper::NOTWATCHING_EVENT</constant></term>
593593
<listitem>
594594
<para>A watch has been removed</para>
595-
<para>This is generated when the server for some reason, probably a resource constraint, will no longer watch a node for a client.</param>
595+
<para>This is generated when the server for some reason, probably a resource constraint, will no longer watch a node for a client.</para>
596596
</listitem>
597597
</varlistentry>
598598

0 commit comments

Comments
 (0)