Skip to content

Commit

Permalink
Correctly describe _triggerCooldown (CryptozombiesHQ#452)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmino authored Nov 3, 2020
1 parent 223decc commit 2a53f87
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion de/3/07-zombiecooldowns2.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ material:
newDna = newDna - newDna % 100 + 99;
}
_createZombie("NoName", newDna);
// 3. Call `triggerCooldown`
// 3. Call `_triggerCooldown`
}
function feedOnKitty(uint _zombieId, uint _kittyId) public {
Expand Down
2 changes: 1 addition & 1 deletion es/3/07-zombiecooldowns2.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ material:
newDna = newDna - newDna % 100 + 99;
}
_createZombie("NoName", newDna);
// 3. Llama a `triggerCooldown`
// 3. Llama a `_triggerCooldown`
}
function feedOnKitty(uint _zombieId, uint _kittyId) public {
Expand Down
2 changes: 1 addition & 1 deletion fr/3/07-zombiecooldowns2.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ material:
newDna = newDna - newDna % 100 + 99;
}
_createZombie("NoName", newDna);
// 3. Appelez `triggerCooldown`
// 3. Appelez `_triggerCooldown`
}
function feedOnKitty(uint _zombieId, uint _kittyId) public {
Expand Down
2 changes: 1 addition & 1 deletion ko/3/07-zombiecooldowns2.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ material:
newDna = newDna - newDna % 100 + 99;
}
_createZombie("NoName", newDna);
// 3. `triggerCooldown`을 호출하게
// 3. `_triggerCooldown`을 호출하게
}
function feedOnKitty(uint _zombieId, uint _kittyId) public {
Expand Down
2 changes: 1 addition & 1 deletion no/3/07-zombiecooldowns2.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ material:
newDna = newDna - newDna % 100 + 99;
}
_createZombie("NoName", newDna);
// 3. Kjør `triggerCooldown`
// 3. Kjør `_triggerCooldown`
}
function feedOnKitty(uint _zombieId, uint _kittyId) public {
Expand Down
2 changes: 1 addition & 1 deletion pt/3/07-zombiecooldowns2.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ material:
newDna = newDna - newDna % 100 + 99;
}
_createZombie("NoName", newDna);
// 3. chame o `triggerCooldown`
// 3. chame o `_triggerCooldown`
}
function feedOnKitty(uint _zombieId, uint _kittyId) public {
Expand Down
2 changes: 1 addition & 1 deletion ru/3/07-zombiecooldowns2.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ material:
newDna = newDna - newDna % 100 + 99;
}
_createZombie("NoName", newDna);
// 3. Вызови `triggerCooldown`
// 3. Вызови `_triggerCooldown`
}
function feedOnKitty(uint _zombieId, uint _kittyId) public {
Expand Down
2 changes: 1 addition & 1 deletion sk/3/07-zombiecooldowns2.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ material:
newDna = newDna - newDna % 100 + 99;
}
_createZombie("NoName", newDna);
// 3. Tu zavolaj funkciu `triggerCooldown`
// 3. Tu zavolaj funkciu `_triggerCooldown`
}
function feedOnKitty(uint _zombieId, uint _kittyId) public {
Expand Down
2 changes: 1 addition & 1 deletion th/3/07-zombiecooldowns2.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ material:
newDna = newDna - newDna % 100 + 99;
}
_createZombie("NoName", newDna);
// 3. เรียกใช้ `triggerCooldown`
// 3. เรียกใช้ `_triggerCooldown`
}
function feedOnKitty(uint _zombieId, uint _kittyId) public {
Expand Down
2 changes: 1 addition & 1 deletion zh/3/07-zombiecooldowns2.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ material:
newDna = newDna - newDna % 100 + 99;
}
_createZombie("NoName", newDna);
// 3. 调用 `triggerCooldown`
// 3. 调用 `_triggerCooldown`
}
function feedOnKitty(uint _zombieId, uint _kittyId) public {
Expand Down

0 comments on commit 2a53f87

Please sign in to comment.