updated protoToAbiv2.h

This commit is contained in:
Alejandro Criado-Pérez 2023-07-09 01:45:54 +02:00 committed by Nikola Matic
parent a9c8b4b4d1
commit 5cf163c93f

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)