Skip to content

Commit 60f8439

Browse files
committed
Add linebreaks for readability
1 parent 83d9dc6 commit 60f8439

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/subtyping.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,11 @@ confusion, because it seems intuitively backwards to many: the bigger scope is a
2323
*subtype* of the smaller scope.
2424
-->
2525

26-
ライフタイムにおける派生型を、ライフタイムの関係から見ます。もし `'a: 'b` (「 a は b を含む」あるいは「 a は b より長生きする」)ならば、 `'a``'b` の派生型です。これは混乱の大きな原因です。というのも、多くの人にとっては、この関係は直感的に逆のように感じるからです: より大きいスコープは小さい方のスコープの*派生型*となる。
26+
ライフタイムにおける派生型を、ライフタイムの関係から見ます。
27+
もし `'a: 'b` (「 a は b を含む」あるいは「 a は b より長生きする」)ならば、
28+
`'a``'b` の派生型です。これは混乱の大きな原因です。というのも、
29+
多くの人にとっては、
30+
この関係は直感的に逆のように感じるからです: より大きいスコープは小さい方のスコープの*派生型*となる。
2731

2832
This does in fact make sense, though. The intuitive reason for this is that if
2933
you expect an `&'a u8`, then it's totally fine for me to hand you an `&'static

0 commit comments

Comments
 (0)