Style fix

This commit is contained in:
Rich Raposa 2023-06-06 15:51:03 -06:00 committed by GitHub
parent 5af1819143
commit 195cc51c43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,9 @@ There are at least\* two types of functions - regular functions (they are just c
In this section we discuss regular functions. For aggregate functions, see the section “Aggregate functions”.
\* - There is a third type of function that the arrayJoin function belongs to; table functions can also be mentioned separately.\*
:::note
There is a third type of function that the [arrayJoin function](/docs/en/sql-reference/functions/array-join.md) belongs to. And [table functions](/docs/en/sql-reference/table-functions.md) can also be mentioned separately.
:::
## Strong Typing