From 7e558f87a45a7649232a99cee79dfce4f66c0cf4 Mon Sep 17 00:00:00 2001 From: Gabriel Galdino Date: Tue, 26 Jun 2018 21:40:51 -0300 Subject: [PATCH] Fix translation PT-BR Lesson 3 Chapter 5 --- pt/3/05-timeunits.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pt/3/05-timeunits.md b/pt/3/05-timeunits.md index 4d4acaa8d2..382f05ebf8 100644 --- a/pt/3/05-timeunits.md +++ b/pt/3/05-timeunits.md @@ -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]++;