Skip to content

Commit b8fea25

Browse files
committed
Merge pull request #143 from niku/patch-5
Fix minor wording
2 parents 7145af7 + e82fe14 commit b8fea25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1.6/ja/book/references-and-borrowing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ println!("{}", x); // <- ここでxを借用しようとする
333333
<!-- immutable one. But scope is the key to seeing how long a borrow lasts for. -->
334334
問題ありません。
335335
ミュータブルな借用はイミュータブルな借用を作る前にスコープから外れます。
336-
しかしスコープは借用がどれくらい存続するのかを考えるためのキーです
336+
しかしスコープは借用がどれくらい存続するのか理解するための鍵となります
337337

338338
<!-- ## Issues borrowing prevents -->
339339
## 借用が回避する問題

0 commit comments

Comments
 (0)