updated protoToAbiv2.h

This commit is contained in:
Alejandro Criado-Pérez 2023-07-09 01:45:54 +02:00
parent 5d7533b540
commit 29358806f4
No known key found for this signature in database
GPG Key ID: 766DF93C61C31C03

View File

@ -390,7 +390,7 @@ private:
return m_isLastDynParamRightPadded;
}
/// Convert delimter to a comma or null string.
/// Convert delimiter to a comma or null string.
static std::string delimiterToString(Delimiter _delimiter, bool _space = true);
/// Generates number in the range [1, @param _n] uniformly at random.
unsigned randomNumberOneToN(unsigned _n)