Merge pull request #2363 from rustrover/master

chore: remove repetitive word
pull/2373/head
alpharush 8 months ago committed by GitHub
commit 4f9e56aa41
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      examples/printers/human_printer.sol

@ -65,7 +65,7 @@ contract SimpleVulnerableToken{
/** /**
* @dev Gets the balance of the specified address. * @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. * @return An uint256 representing the amount owned by the passed address.
*/ */
function balanceOf(address _owner) public view returns (uint256) { function balanceOf(address _owner) public view returns (uint256) {

Loading…
Cancel
Save