Merge pull request #61378 from ClickHouse/try-fix-docs-check

Try fix docs check
This commit is contained in:
Kseniia Sumarokova 2024-03-14 16:14:41 +01:00 committed by GitHub
commit 34caa1fa36
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View File

@ -63,8 +63,8 @@ covarPopStable(x, y)
**Parameters**
- `x`: The first data column. [String literal](../syntax#syntax-string-literal)
- `y`: The second data column. [Expression](../syntax#syntax-expressions)
- `x`: The first data column. [String literal](../../syntax#syntax-string-literal)
- `y`: The second data column. [Expression](../../syntax#syntax-expressions)
**Returned value**

View File

@ -8,7 +8,7 @@ This page contains information on the `varSamp` and `varSampStable` ClickHouse f
## varSamp
Calculate the sample variance of a data set.
Calculate the sample variance of a data set.
**Syntax**
@ -18,7 +18,7 @@ varSamp(expr)
**Parameters**
- `expr`: An expression representing the data set for which you want to calculate the sample variance. [Expression](../syntax#syntax-expressions)
- `expr`: An expression representing the data set for which you want to calculate the sample variance. [Expression](../../syntax#syntax-expressions)
**Returned value**
@ -78,7 +78,7 @@ varSampStable(expr)
**Parameters**
- `expr`: An expression representing the data set for which you want to calculate the sample variance. [Expression](../syntax#syntax-expressions)
- `expr`: An expression representing the data set for which you want to calculate the sample variance. [Expression](../../syntax#syntax-expressions)
**Returned value**