Skip to content

Commit 4b08f8b

Browse files
committed
Use hiragana, instead of kanji
1 parent 148a45a commit 4b08f8b

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
@@ -39,7 +39,7 @@ just `'a` *and more*.
3939

4040
それでもこれは実際、理にかなっています。
4141
Java において、 Animal が期待される場合に Cat を渡しても問題ないのと全く同じように、
42-
もし `&'a u8` が期待される時`&'static u8` を渡しても問題ないということが
42+
もし `&'a u8` が期待されるとき`&'static u8` を渡しても問題ないということが
4343
これに対する直感的な理由になります。 `'static``'a` *以上*のものであるように、
4444
Cat も Animal *以上*のものであるからです。
4545

0 commit comments

Comments
 (0)