Update splitting-merging-functions.md

This commit is contained in:
Maksim Kita 2021-10-22 00:18:26 +03:00 committed by GitHub
parent 7cb6cddf6d
commit 11ed2e2997
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -273,7 +273,7 @@ Result:
## ngrams {#ngrams}
Splits the ASCII string into n-grams of `ngramsize` symbols.
Splits the UTF-8 string into n-grams of `ngramsize` symbols.
**Syntax**