Skip to content

Commit 8409f6d

Browse files
committed
Trim surrounding quotes
1 parent 7c68850 commit 8409f6d

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
@@ -166,7 +166,7 @@ additional level of indirection does not change the desire to be able to pass
166166
longer lived things where shorted lived things are expected.
167167
-->
168168

169-
似た理由が、なぜ `&'a T``T` において変性であるべきかについて適用できます。
169+
似た理由が、なぜ `&'a T`T において変性であるべきかについて適用できます。
170170
`&&'a str` が求められている場所で `&&'static str` を渡せるようにすることが
171171
合理的であるからです。間接参照の段階が増えても、短く生きるものが求められている
172172
場合により長く生きるものを渡せるようにするという願いは変わりません。

0 commit comments

Comments
 (0)