From 02d06c181c44d6b9e8c9fa3d2e3b21e44aa30789 Mon Sep 17 00:00:00 2001 From: Mikhail Alferov Date: Wed, 13 Aug 2025 02:09:38 +0300 Subject: [PATCH 1/4] Update decr.xml Correct the typo and the names of the parameters --- reference/swoole/swoole/table/decr.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/swoole/swoole/table/decr.xml b/reference/swoole/swoole/table/decr.xml index 84923f3d6b5c..fa1f343f67a9 100644 --- a/reference/swoole/swoole/table/decr.xml +++ b/reference/swoole/swoole/table/decr.xml @@ -4,7 +4,7 @@ Swoole\Table::decr - Decrement the value in the Swoole table by $row_key and $column_key. + Decrement the value in the Swoole table by $key and $column @@ -44,7 +44,7 @@ decrby - Increment value. + Decrement value. From f676e03e89c1af4df2840ac9e3f70681f50e04a4 Mon Sep 17 00:00:00 2001 From: Mikhail Alferov Date: Wed, 13 Aug 2025 02:11:44 +0300 Subject: [PATCH 2/4] incr.xml Correct the names of the parameters --- reference/swoole/swoole/table/incr.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/swoole/swoole/table/incr.xml b/reference/swoole/swoole/table/incr.xml index a6aba9c2986e..e22376d5bebb 100644 --- a/reference/swoole/swoole/table/incr.xml +++ b/reference/swoole/swoole/table/incr.xml @@ -4,7 +4,7 @@ Swoole\Table::incr - Increment the value by $row_key and $column_key. + Increment the value by $key and $column From ae52173a1e0ba0928693051dd76642eab8319a82 Mon Sep 17 00:00:00 2001 From: Mikhail Alferov Date: Wed, 13 Aug 2025 02:15:06 +0300 Subject: [PATCH 3/4] del.xml Correct the parameter name --- reference/swoole/swoole/table/del.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/swoole/swoole/table/del.xml b/reference/swoole/swoole/table/del.xml index de9fec78d69e..e51b9eb37d5d 100644 --- a/reference/swoole/swoole/table/del.xml +++ b/reference/swoole/swoole/table/del.xml @@ -4,7 +4,7 @@ Swoole\Table::del - Delete a row in the Swoole table by $row_key. + Delete a row in the Swoole table by $key From 59abc8818b2c5a9fd3885cebbc6ba28b36a87bda Mon Sep 17 00:00:00 2001 From: Mikhail Alferov Date: Wed, 13 Aug 2025 02:28:15 +0300 Subject: [PATCH 4/4] Update next.xml Remove the extra dot --- reference/swoole/swoole/table/next.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/swoole/swoole/table/next.xml b/reference/swoole/swoole/table/next.xml index 15d40500f1d6..f3e86a1938a2 100644 --- a/reference/swoole/swoole/table/next.xml +++ b/reference/swoole/swoole/table/next.xml @@ -4,7 +4,7 @@ Swoole\Table::next - Iterator the next row. + Iterator the next row