Skip to content

Commit

Permalink
ちょっと修正
Browse files Browse the repository at this point in the history
  • Loading branch information
K-tecchan committed Dec 21, 2024
1 parent 7b617c7 commit 8449c03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/post/book-programming-rust-2nd.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ let hoge = "hoge"; // "hoge"がfugaに移動した
let fuga = hoge; // "hoge" moved to fuga
```

~~英語のコメントの上の行にコメントの日本語訳があるので、行の本来の意味がパッとみたときにわかりづらいです~~
~~英語のコメントの上の行にコメントの日本語訳があるので、行の本来の意味がパッとみたときにわかりづらいです~~
最近読み返したら、上記のように他の処理をしている行に日本語訳がかぶさった形になっているものはなさそうでした。
心からごめんなさい。

Expand Down

0 comments on commit 8449c03

Please sign in to comment.