Skip to content

Commit b6b305d

Browse files
authored
Fix typo in Swoole (#4823)
1 parent dd4d6c1 commit b6b305d

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

reference/swoole/swoole/table/decr.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<refentry xml:id="swoole-table.decr" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
55
<refnamediv>
66
<refname>Swoole\Table::decr</refname>
7-
<refpurpose>Decrement the value in the Swoole table by $row_key and $column_key.</refpurpose>
7+
<refpurpose>Decrement the value in the Swoole table by $key and $column</refpurpose>
88
</refnamediv>
99

1010
<refsect1 role="description">
@@ -44,7 +44,7 @@
4444
<term><parameter>decrby</parameter></term>
4545
<listitem>
4646
<para>
47-
Increment value.
47+
Decrement value.
4848
</para>
4949
</listitem>
5050
</varlistentry>

reference/swoole/swoole/table/del.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<refentry xml:id="swoole-table.del" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
55
<refnamediv>
66
<refname>Swoole\Table::del</refname>
7-
<refpurpose>Delete a row in the Swoole table by $row_key.</refpurpose>
7+
<refpurpose>Delete a row in the Swoole table by $key</refpurpose>
88
</refnamediv>
99

1010
<refsect1 role="description">

reference/swoole/swoole/table/incr.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<refentry xml:id="swoole-table.incr" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
55
<refnamediv>
66
<refname>Swoole\Table::incr</refname>
7-
<refpurpose>Increment the value by $row_key and $column_key.</refpurpose>
7+
<refpurpose>Increment the value by $key and $column</refpurpose>
88
</refnamediv>
99

1010
<refsect1 role="description">

reference/swoole/swoole/table/next.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<refentry xml:id="swoole-table.next" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
55
<refnamediv>
66
<refname>Swoole\Table::next</refname>
7-
<refpurpose>Iterator the next row.</refpurpose>
7+
<refpurpose>Iterator the next row</refpurpose>
88
</refnamediv>
99

1010
<refsect1 role="description">

0 commit comments

Comments
 (0)