Skip to content

Commit

Permalink
Lecture3 moji added from chinese version
Browse files Browse the repository at this point in the history
  • Loading branch information
PolymetisOutis committed Jul 7, 2024
1 parent f08bcd6 commit 566cccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Languages/ja/03_Function_ja/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Solidityにおける関数の書式を示します:

- `view`: `view`キーワードを含んでいる関数はオンチェーンで状態変数を読み込むことは出来ますが、状態変数に書き込むことは出来ません。マリオに似ていて、お姫様を見ることは出来ますが、触れることは出来ないのです。

- `pure``view`が無い場合: 関数は状態変数を読み込むことも書き込むことも出来る訳です。`boss`が望むことは何でも出来るように。
- `pure``view`が無い場合: 関数は状態変数を読み込むことも書き込むことも出来る訳です。`boss`が望むことは何でも出来るように🐶

## ソースコード

Expand Down

0 comments on commit 566cccf

Please sign in to comment.