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. 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 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 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