From c39b4973116a40f75d4165040010a1a9694e1179 Mon Sep 17 00:00:00 2001 From: Yoshito Komatsu Date: Fri, 5 Feb 2016 04:46:03 +0000 Subject: [PATCH] Update ownership and references-and-borrowing --- 1.6/ja/book/ownership.md | 2 +- 1.6/ja/book/references-and-borrowing.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/1.6/ja/book/ownership.md b/1.6/ja/book/ownership.md index adfeb6af..4a415268 100644 --- a/1.6/ja/book/ownership.md +++ b/1.6/ja/book/ownership.md @@ -6,7 +6,7 @@ -このガイドはRustの所有権システムの3つの解説の1つです。 +このガイドはRustの所有権システムの3つの解説の1つ目です。 これはRustの最も独特で注目されている機能です。そして、Rust開発者はそれについて高度に精通しておくべきです。 所有権こそはRustがその最大の目標、メモリ安全性を得るための方法です。 そこにはいくつかの別個の概念があり、各概念が独自の章を持ちます。 diff --git a/1.6/ja/book/references-and-borrowing.md b/1.6/ja/book/references-and-borrowing.md index 3b658f39..051dd0e2 100644 --- a/1.6/ja/book/references-and-borrowing.md +++ b/1.6/ja/book/references-and-borrowing.md @@ -6,7 +6,7 @@ -このガイドはRustの所有権システムの3つの解説の1つです。 +このガイドはRustの所有権システムの3つの解説の2つ目です。 これはRustの最も独特で注目されている機能です。そして、Rust開発者はそれについて高度に精通しておくべきです。 所有権こそはRustがその最大の目標、メモリ安全性を得るための方法です。 そこにはいくつかの別個の概念があり、各概念が独自の章を持ちます。