Skip to content

Commit b78748a

Browse files
committed
Use hiragana, not kanji
1 parent 141df8e commit b78748a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/subtyping.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ subtyping of its outputs. There are two kinds of variance in Rust:
101101
* F is *invariant* over `T` otherwise (no subtyping relation can be derived)
102102
-->
103103

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

0 commit comments

Comments
 (0)