diff --git a/docs/en/sql-reference/aggregate-functions/reference/theilsu.md b/docs/en/sql-reference/aggregate-functions/reference/theilsu.md index f7e7efa0e6c..f2103d7862b 100644 --- a/docs/en/sql-reference/aggregate-functions/reference/theilsu.md +++ b/docs/en/sql-reference/aggregate-functions/reference/theilsu.md @@ -11,7 +11,7 @@ The `theilsU` function calculates the [Theil's U uncertainty coefficient](https: **Syntax** ``` sql -contingency(column1, column2) +theilsU(column1, column2) ``` **Arguments**