Skip to content

Commit bcf8c5c

Browse files
authored
Fix incorrect argument types
1 parent 63058b4 commit bcf8c5c

File tree

1 file changed

+2
-2
lines changed
  • docs/en/sql-reference/aggregate-functions/reference

1 file changed

+2
-2
lines changed

docs/en/sql-reference/aggregate-functions/reference/corr.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ corr(x, y)
2626

2727
**Arguments**
2828

29-
- `x` — first variable. [(U)Int*](../../data-types/int-uint.md), [Float*](../../data-types/float.md), [Decimal](../../data-types/decimal.md).
30-
- `y` — second variable. [(U)Int*](../../data-types/int-uint.md), [Float*](../../data-types/float.md), [Decimal](../../data-types/decimal.md).
29+
- `x` — first variable. [(U)Int*](../../data-types/int-uint.md), [Float*](../../data-types/float.md).
30+
- `y` — second variable. [(U)Int*](../../data-types/int-uint.md), [Float*](../../data-types/float.md).
3131

3232
**Returned Value**
3333

0 commit comments

Comments
 (0)