Skip to content

Commit cb1db6e

Browse files
committed
Change the word
Though desire has the meaning of "願い", "要望" seems to be more suitable.
1 parent 60abb22 commit cb1db6e

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
@@ -170,7 +170,7 @@ longer lived things where shorted lived things are expected.
170170
似た理由が、なぜ `&'a T` が T において変性であるべきかについて適用できます。
171171
`&&'a str` が求められている場所で `&&'static str` を渡せるようにすることが
172172
合理的であるからです。間接参照の段階が増えても、短く生きるものが求められている
173-
場合により長く生きるものを渡せるようにするという願いは変わりません
173+
場合により長く生きるものを渡せるようにするという要望は変わりません
174174

175175
<!--
176176
However this logic doesn't apply to `&mut`. To see why `&mut` should

0 commit comments

Comments
 (0)