Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion waffle-cli/test/projects/example/BasicToken.sol
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ contract BasicToken is ERC20Basic {

/**
* @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
2 changes: 1 addition & 1 deletion waffle-compiler/test/projects/example/BasicToken.sol
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ contract BasicToken is ERC20Basic {

/**
* @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