Skip to content

Commit

Permalink
Add "、"
Browse files Browse the repository at this point in the history
  • Loading branch information
toku-sa-n committed Jun 18, 2020
1 parent d92e17c commit 8304bee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/subtyping.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ them.

`Box``Vec` は興味深いケースです。なぜなら、これらは変性であるのに、
この中に値を保存できるからです! これは Rust が本当に賢いところです: これらにとって、
変性であることは問題ないのです。なぜなら値を*可変参照を通して*だけ
変性であることは問題ないのです。なぜなら、値を*可変参照を通して*だけ
値を保存できるからです! 可変参照はすべての型を非変性にします。そしてそれ故に
短く生きる型をこっそり入れることを防ぐのです。

Expand Down

0 comments on commit 8304bee

Please sign in to comment.