Skip to content

Commit

Permalink
Fix translation error
Browse files Browse the repository at this point in the history
"only" qualifies "store".
  • Loading branch information
toku-sa-n committed Jun 18, 2020
1 parent 8304bee commit f9e2b10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/subtyping.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,8 @@ them.

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

<!--
Expand Down

0 comments on commit f9e2b10

Please sign in to comment.