Skip to content

Commit 8995095

Browse files
authored
Merge pull request #231 from pocari/fix-lifetime-word
ライフタイムが所有権になっていたので修正
2 parents 69caafd + 0fd9df4 commit 8995095

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

1.6/ja/book/lifetimes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Rustはそれらの目標をたくさんの「ゼロコスト抽象化」を通
5858
しかし、よいニュースがあります。より経験豊富なRustの開発者は次のことを報告します。一度彼らが所有権システムのルールとともにしばらく仕事をすれば、彼らが借用チェッカと戦うことは少なくなっていくということです。
5959

6060
<!-- With that in mind, let’s learn about lifetimes. -->
61-
それを念頭に置いて、所有権について学びましょう
61+
それを念頭に置いて、ライフタイムについて学びましょう
6262

6363
<!-- # Lifetimes -->
6464
# ライフタイム

1.9/ja/book/lifetimes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Rustはそれらの目標を、様々な「ゼロコスト抽象化」を通じ
6161
それは、所有権システムのルールと共にしばらく仕事をすれば、借用チェッカと戦うことは次第に少なくなっていく、というものです。
6262

6363
<!-- With that in mind, let’s learn about lifetimes. -->
64-
それを念頭に置いて、所有権について学びましょう
64+
それを念頭に置いて、ライフタイムについて学びましょう
6565

6666
<!-- # Lifetimes -->
6767
# ライフタイム

0 commit comments

Comments
 (0)