Skip to content

Commit bd6ff38

Browse files
committed
Merge pull request #67 from ykomatsu/references-and-borrowing
Update ownership and references-and-borrowing
2 parents 5478ed4 + c39b497 commit bd6ff38

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

1.6/ja/book/ownership.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<!-- become quite acquainted. Ownership is how Rust achieves its largest goal, -->
77
<!-- memory safety. There are a few distinct concepts, each with its own -->
88
<!-- chapter: -->
9-
このガイドはRustの所有権システムの3つの解説の1つです
9+
このガイドはRustの所有権システムの3つの解説の1つ目です
1010
これはRustの最も独特で注目されている機能です。そして、Rust開発者はそれについて高度に精通しておくべきです。
1111
所有権こそはRustがその最大の目標、メモリ安全性を得るための方法です。
1212
そこにはいくつかの別個の概念があり、各概念が独自の章を持ちます。

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<!-- become quite acquainted. Ownership is how Rust achieves its largest goal, -->
77
<!-- memory safety. There are a few distinct concepts, each with its own -->
88
<!-- chapter: -->
9-
このガイドはRustの所有権システムの3つの解説の1つです
9+
このガイドはRustの所有権システムの3つの解説の2つ目です
1010
これはRustの最も独特で注目されている機能です。そして、Rust開発者はそれについて高度に精通しておくべきです。
1111
所有権こそはRustがその最大の目標、メモリ安全性を得るための方法です。
1212
そこにはいくつかの別個の概念があり、各概念が独自の章を持ちます。

0 commit comments

Comments
 (0)