Skip to content

Commit ef67f91

Browse files
committed
Trim unnecessary 'の'
1 parent 045fe94 commit ef67f91

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
@@ -11,7 +11,7 @@ lifetimes are scopes, we can partially order them based on the *contains*
1111
(outlives) relationship. We can even express this as a generic bound.
1212
-->
1313

14-
Rust には構造の継承の概念はありませんが、派生型の概念は*あります*
14+
Rust には構造継承の概念はありませんが、派生型の概念は*あります*
1515
Rust では、派生型は完全にライフタイムに由来します。ライフタイムはスコープですので、
1616
包含関係によって部分的にライフタイムを定めることが出来ます。
1717
ジェネリック境界として表現することも可能です。

0 commit comments

Comments
 (0)