Merge pull request #57835 from andrewzolotukhin/patch-1

Fixed typo in string-functions.md
This commit is contained in:
robot-ch-test-poll2 2023-12-14 05:55:29 +01:00 committed by GitHub
commit b721f027ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1251,7 +1251,7 @@ This function also replaces numeric character references with Unicode characters
**Syntax**
``` sql
decodeHTMComponent(x)
decodeHTMLComponent(x)
```
**Arguments**
@ -1268,7 +1268,7 @@ Type: [String](../../sql-reference/data-types/string.md).
``` sql
SELECT decodeHTMLComponent(''CH');
SELECT decodeHMLComponent('I♥ClickHouse');
SELECT decodeHTMLComponent('I♥ClickHouse');
```
Result: