Skip to content

Commit

Permalink
Merge pull request CryptozombiesHQ#159 from haroonbeg/patch-3
Browse files Browse the repository at this point in the history
Update 05-erc721-5.md
  • Loading branch information
lukezhangstudio authored Mar 16, 2018
2 parents 6a442bf + a24c9a8 commit b8468e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/5/05-erc721-5.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ material:
import "./zombieattack.sol";
import "./erc721.sol";
contract ZombieOwnership is ZombieAttack, ERC721 {
contract ZombieOwnership is ZombieBattle, ERC721 {
function balanceOf(address _owner) public view returns (uint256 _balance) {
return ownerZombieCount[_owner];
Expand Down

0 comments on commit b8468e1

Please sign in to comment.