Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ackintosh committed Feb 11, 2019
1 parent f2f137d commit c1710e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jp/5/07-erc721-7.md
Original file line number Diff line number Diff line change
Expand Up @@ -339,4 +339,4 @@ material:

3. 関数の中身に、`_tokenId`がキーの`zombieApprovals``_to`アドレスと同等となるよう設定せよ。

4. 最後に、ERC721規格には`Approval`イベントがあるから、関数の最後でこれを発生させ流ようにせよ`erc721.sol`をチェックして`_owner`の引数に`msg.sender`を使うよう確かめること。
4. 最後に、ERC721規格には`Approval`イベントがあるから、関数の最後でこれを発生させるようにせよ`erc721.sol`をチェックして`_owner`の引数に`msg.sender`を使うよう確かめること。

0 comments on commit c1710e5

Please sign in to comment.