Skip to content

Commit

Permalink
Merge pull request #2363 from rustrover/master
Browse files Browse the repository at this point in the history
chore: remove repetitive word
  • Loading branch information
0xalpharush committed Mar 18, 2024
2 parents f7238c4 + 4268a9d commit 4f9e56a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/printers/human_printer.sol
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ contract SimpleVulnerableToken{

/**
* @dev Gets the balance of the specified address.
* @param _owner The address to query the the balance of.
* @param _owner The address to query the balance of.
* @return An uint256 representing the amount owned by the passed address.
*/
function balanceOf(address _owner) public view returns (uint256) {
Expand Down

0 comments on commit 4f9e56a

Please sign in to comment.