Skip to content

Commit 789089b

Browse files
committed
Fix translation
1 parent ed62e5b commit 789089b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/subtyping.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,9 @@ subtyping of its outputs. There are two kinds of variance in Rust:
100100
* F is *invariant* over `T` otherwise (no subtyping relation can be derived)
101101
-->
102102

103-
* もし `T``U` の派生型である時、 `F<T>``F<U>` の派生型であるならば、 `F`
103+
* もし `T``U` の派生型である時、 `F<T>``F<U>` の派生型であるならば、 F
104104
`T` において*変性*です。(派生型の「パススルー」)
105-
* それ以外の場合、 `T` *非変性*です。(いかなる派生型の関係も継承されません)
105+
* それ以外の場合、 F は `T` において*非変性*です。(いかなる派生型の関係も継承されません)
106106

107107
<!--
108108
(For those of you who are familiar with variance from other languages, what we

0 commit comments

Comments
 (0)