Skip to content

Commit 751e6c3

Browse files
committed
訳のニュアンスを変更
1 parent 84959fa commit 751e6c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scope/lifetime/static_lifetime.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ It's important to understand this means that any owned data always passes
116116
a `'static` lifetime bound, but a reference to that owned data generally
117117
does not:
118118
-->
119-
ここで注意しなければいけないのは、所有権のあるデータが`'static`ライフタイム境界をパスするとしても、そのデータへの参照は`'static`ライフタイム境界をパスしないということです
119+
次のポイントを押さえておきましょう。所有権のあるデータが`'static`ライフタイム境界をパスするとしても、そのデータへの参照が`'static`ライフタイム境界をパスするとは限りません
120120

121121
```rust,editable,compile_fail
122122
use std::fmt::Debug;

0 commit comments

Comments
 (0)