Skip to content

Commit a709fa9

Browse files
committed
Edit docs
Signed-off-by: Margarit Hakobyan <margarith@bitquilltech.com>
1 parent 771e10e commit a709fa9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/user/ppl/functions/math.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,7 @@ INTEGER/LONG/FLOAT/DOUBLE -> DOUBLE
678678

679679
Example::
680680

681-
opensearchsql> source=location | eval `CBRT(8)` = CBRT(8), `CBRT(9.261)` = CBRT(9.261), `CBRT(-27)` = CBRT(-27) | fields `CBRT(8)`, `CBRT(9.261)`,`CBRT(-27)`;
681+
opensearchsql> source=location | eval `CBRT(8)` = CBRT(8), `CBRT(9.261)` = CBRT(9.261), `CBRT(-27)` = CBRT(-27) | fields `CBRT(8)`, `CBRT(9.261)`, `CBRT(-27)`;
682682
fetched rows / total rows = 2/2
683683
+-----------+---------------+-------------+
684684
| CBRT(8) | CBRT(9.261) | CBRT(-27) |

0 commit comments

Comments
 (0)