We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed62e5b commit 789089bCopy full SHA for 789089b
src/subtyping.md
@@ -100,9 +100,9 @@ subtyping of its outputs. There are two kinds of variance in Rust:
100
* F is *invariant* over `T` otherwise (no subtyping relation can be derived)
101
-->
102
103
-* もし `T` が `U` の派生型である時、 `F<T>` が `F<U>` の派生型であるならば、 `F` は
+* もし `T` が `U` の派生型である時、 `F<T>` が `F<U>` の派生型であるならば、 F は
104
`T` において*変性*です。(派生型の「パススルー」)
105
-* それ以外の場合、 `T` は*非変性*です。(いかなる派生型の関係も継承されません)
+* それ以外の場合、 F は `T` において*非変性*です。(いかなる派生型の関係も継承されません)
106
107
<!--
108
(For those of you who are familiar with variance from other languages, what we
0 commit comments