Skip to content

Commit

Permalink
Fix typo of lesson 5 chapter 13 (CryptozombiesHQ#718)
Browse files Browse the repository at this point in the history
  • Loading branch information
segurvita authored Jan 16, 2023
1 parent ad4cd69 commit 0ca0280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jp/5/13-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ material:
SolidityにおけるコメントはJavaScriptのものと似ている。お主はクリプトゾンビのレッスンを通して1行のコメントを見てきたはずだ:

```
// これは1行コメントだ。自分への(または他社へ向けた)注意書きのようなものだ。
// これは1行コメントだ。自分への(または他者へ向けた)注意書きのようなものだ。
```

ただ`//`をコメントする箇所に加えれば良い。非常に簡単だ。
Expand Down

0 comments on commit 0ca0280

Please sign in to comment.