Skip to content

Commit

Permalink
Fix translation PT-BR Lesson 3 Chapter 5
Browse files Browse the repository at this point in the history
  • Loading branch information
Gawiga authored Jun 27, 2018
1 parent f51d529 commit 7e558f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pt/3/05-timeunits.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ material:
mapping (address => uint) ownerZombieCount;
function _createZombie(string _name, uint _dna) internal {
// 2. Update the following line:
// 2. Atualize a seguinte linha:
uint id = zombies.push(Zombie(_name, _dna)) - 1;
zombieToOwner[id] = msg.sender;
ownerZombieCount[msg.sender]++;
Expand Down

0 comments on commit 7e558f8

Please sign in to comment.