mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 08:32:02 +00:00
Fix typo
This commit is contained in:
parent
03d6f37607
commit
8f604c892a
@ -2386,7 +2386,7 @@ Result:
|
||||
|
||||
## initcapUTF8
|
||||
|
||||
Like [initcap](#initcap), сonvert the first letter of each word to upper case and the rest to lower case. Assumes that the string contains valid UTF-8 encoded text.
|
||||
Like [initcap](#initcap), `initcapUTF8` converts the first letter of each word to upper case and the rest to lower case. Assumes that the string contains valid UTF-8 encoded text.
|
||||
If this assumption is violated, no exception is thrown and the result is undefined.
|
||||
|
||||
:::note
|
||||
|
@ -1,4 +1,4 @@
|
||||
personal_ws-1.1 en 2758
|
||||
personal_ws-1.1 en 2942
|
||||
AArch
|
||||
ACLs
|
||||
ALTERs
|
||||
@ -1656,9 +1656,9 @@ fsync
|
||||
func
|
||||
fuzzBits
|
||||
fuzzJSON
|
||||
fuzzQuery
|
||||
fuzzer
|
||||
fuzzers
|
||||
fuzzQuery
|
||||
gRPC
|
||||
gccMurmurHash
|
||||
gcem
|
||||
|
Loading…
Reference in New Issue
Block a user