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 60abb22 commit cb1db6eCopy full SHA for cb1db6e
src/subtyping.md
@@ -170,7 +170,7 @@ longer lived things where shorted lived things are expected.
170
似た理由が、なぜ `&'a T` が T において変性であるべきかについて適用できます。
171
`&&'a str` が求められている場所で `&&'static str` を渡せるようにすることが
172
合理的であるからです。間接参照の段階が増えても、短く生きるものが求められている
173
-場合により長く生きるものを渡せるようにするという願いは変わりません。
+場合により長く生きるものを渡せるようにするという要望は変わりません。
174
175
<!--
176
However this logic doesn't apply to `&mut`. To see why `&mut` should
0 commit comments