Skip to content

Commit

Permalink
fix mistranslation (#649)
Browse files Browse the repository at this point in the history
  • Loading branch information
hayashi-ay authored Apr 12, 2022
1 parent 6048599 commit 1acc0fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jp/2/12-multiplereturns.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ function getLastReturnValue() external {

1. `feedOnKitty`という名前の関数を作成せよ。そこに `_zombieId``_kittyId`というどちらも `uint`のパラメーターを設定せよ。また関数は `public`を使用せよ。

2. その関数の中で、まず最初に`kittyDna`という`uint` の関数を宣言せよ
2. その関数の中で、まず最初に`kittyDna`という`uint` の変数を宣言せよ

> 注: `KittyInterface``genes` は、`uint256`です。ただし、レッスン1で解説した通り `uint``uint256`のエイリアスのため、両者は同じことを意味しています。
Expand Down

0 comments on commit 1acc0fa

Please sign in to comment.