Skip to content

Swoole: Correct the typo and the names of the parameters #4823

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Aug 14, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions reference/swoole/swoole/table/decr.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<refentry xml:id="swoole-table.decr" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>Swoole\Table::decr</refname>
<refpurpose>Decrement the value in the Swoole table by $row_key and $column_key.</refpurpose>
<refpurpose>Decrement the value in the Swoole table by $key and $column</refpurpose>
</refnamediv>

<refsect1 role="description">
Expand Down Expand Up @@ -44,7 +44,7 @@
<term><parameter>decrby</parameter></term>
<listitem>
<para>
Increment value.
Decrement value.
</para>
</listitem>
</varlistentry>
Expand Down
2 changes: 1 addition & 1 deletion reference/swoole/swoole/table/del.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<refentry xml:id="swoole-table.del" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>Swoole\Table::del</refname>
<refpurpose>Delete a row in the Swoole table by $row_key.</refpurpose>
<refpurpose>Delete a row in the Swoole table by $key</refpurpose>
</refnamediv>

<refsect1 role="description">
Expand Down
2 changes: 1 addition & 1 deletion reference/swoole/swoole/table/incr.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<refentry xml:id="swoole-table.incr" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>Swoole\Table::incr</refname>
<refpurpose>Increment the value by $row_key and $column_key.</refpurpose>
<refpurpose>Increment the value by $key and $column</refpurpose>
</refnamediv>

<refsect1 role="description">
Expand Down
2 changes: 1 addition & 1 deletion reference/swoole/swoole/table/next.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<refentry xml:id="swoole-table.next" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>Swoole\Table::next</refname>
<refpurpose>Iterator the next row.</refpurpose>
<refpurpose>Iterator the next row</refpurpose>
</refnamediv>

<refsect1 role="description">
Expand Down