Skip to content

Commit 06e13ab

Browse files
committed
1 parent 5d00ce3 commit 06e13ab

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
@@ -88,7 +88,7 @@ fn main() {
8888
let lifetime_num = 9;
8989
9090
// Coerce `NUM` to lifetime of `lifetime_num`:
91-
// `NUM`を`lifetime_num`のライフタイムへと圧縮
91+
// `NUM`を`lifetime_num`のライフタイムへと強制
9292
let coerced_static = coerce_static(&lifetime_num);
9393
9494
println!("coerced_static: {}", coerced_static);

0 commit comments

Comments
 (0)