Update randomString.cpp

This commit is contained in:
alexey-milovidov 2020-05-09 21:52:27 +03:00 committed by GitHub
parent 43bc55ab5f
commit 4a66b10669
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@ namespace ErrorCodes
}
/* Generate random string of specified length with fully random bytes(including zero). */
/* Generate random string of specified length with fully random bytes (including zero). */
class FunctionRandomString : public IFunction
{
public: