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 4b08f8b commit eea4354Copy full SHA for eea4354
src/subtyping.md
@@ -101,7 +101,7 @@ subtyping of its outputs. There are two kinds of variance in Rust:
101
* F is *invariant* over `T` otherwise (no subtyping relation can be derived)
102
-->
103
104
-* もし `T` が `U` の派生型である時、 `F<T>` が `F<U>` の派生型であるならば、 F は
+* もし `T` が `U` の派生型であるとき、 `F<T>` が `F<U>` の派生型であるならば、 F は
105
`T` において*変性*です。(派生型の「パススルー」)
106
* それ以外の場合、 F は `T` において*非変性*です。(いかなる派生型の関係も継承されません)
107
0 commit comments