Skip to content

Commit 73dec0e

Browse files
committed
Add words to improve readability
1 parent 21f4cfb commit 73dec0e

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
@@ -236,7 +236,7 @@ Put another way: `&'a mut T` owns `'a`, but only *borrows* T.
236236
-->
237237

238238
しかし、 `&'a mut T``'a` において変性のように*見えます*`&'a` と T の
239-
重要な違いは、 `'a` は参照それ自体の性質ですが、 T は参照が借用しているものということです
239+
重要な違いは、 `'a` は参照それ自体の性質ですが、 T は参照が借用しているものである、ということです
240240
もし T の型を変えても、借用元は元の型を記憶しています。
241241
しかし、もしライフタイムの型を変えると、参照以外のものはこの情報を記憶していないので、
242242
問題ないのです。

0 commit comments

Comments
 (0)