Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e82fe14

Browse files
committedMay 19, 2016
Revise wording
1 parent 7145af7 commit e82fe14

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)
Please sign in to comment.