Fixed error [#CLICKHOUSE-2]

This commit is contained in:
Alexey Milovidov 2018-06-16 05:06:51 +03:00
parent e6aa58e667
commit e66cdfe429

View File

@ -720,7 +720,7 @@ public:
/// To generate content of strings, use
/// order-N Markov model on Unicode code points,
/// and to generate next code point use deterministic RNG
/// determined by hash of 8-byte sliding window of source string.
/// determined by hash of a sliding window (default 8 bytes) of source string.
/// This is intended to generate locally-similar strings from locally-similar sources.
class StringModel : public IModel
{