code-423n4 / 2021-10-slingshot-findings

0 stars 0 forks source link

Function documentation incorrect for `ConcatStrings::appendUint` #47

Open code423n4 opened 2 years ago

code423n4 commented 2 years ago

Handle

pmerkleplant

Vulnerability details

The documentation for the function appendUint in ConcatStrings.sol is incorrect. It states: "Concat two strings". However, the function concats a string and a uint256.

See: line 19 in ConcatStrings.sol

tommyz7 commented 2 years ago

Correct, but again, it's juts a comment, there's no risk.

alcueca commented 2 years ago

Incorrect comments are classified as severity 1