chore: remove repetitive word

Signed-off-by: rustrover <seekseat@126.com>
pull/2363/head
rustrover 8 months ago
parent f7238c4fdf
commit 4268a9df67
  1. 2
      examples/printers/human_printer.sol

@ -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) {

Loading…
Cancel
Save