Skip to content

Commit

Permalink
Fix type for JP lesson-9 10-erc721x.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yosuke310 authored May 2, 2019
1 parent 4df9e97 commit a845e36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jp/9/10-erc721x.md
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ material:

最後に実装していくのは、トークンの **_バッチ生成_** である。この関数は1回の関数コールで多くのトークンを生成することを可能にする — そしてバッチ生成は、ERC721xがEthereumのガス代を節約することができる理由の1つなのだ。

これまで勝てきたコードのおかげで、この関数はかなり簡単に実装できるからな。
これまで書いてきたコードのおかげで、この関数はかなり簡単に実装できるからな。

# さあテストだ

Expand Down

0 comments on commit a845e36

Please sign in to comment.