Skip to content

Commit 0c84279

Browse files
committed
Translate a sentence
1 parent 49b43df commit 0c84279

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/phantom-data.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,11 @@ over `'a` and `T`. Everything Just Works.
7575
これでよし。ライフタイムには制限が付き、イテレータは `'a``T` において変性になります。
7676
全てうまく行きます。
7777

78+
<!--
7879
Another important example is Vec, which is (approximately) defined as follows:
80+
-->
81+
82+
もう一つ重要な例は Vec で、これは (大体) 以下のように定義されます。
7983

8084
```
8185
struct Vec<T> {

0 commit comments

Comments
 (0)