Skip to content

Commit

Permalink
Merge pull request #14390 from criadoperez/fix/criadoperez
Browse files Browse the repository at this point in the history
Fixed typo in protoToAbiv2.h
  • Loading branch information
cameel authored Jul 10, 2023
2 parents 5d7533b + 2935880 commit 27faacb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tools/ossfuzz/protoToAbiV2.h
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ class ProtoConverter
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)
Expand Down

0 comments on commit 27faacb

Please sign in to comment.