Skip to content

'one of the only'を「唯一の箇所の一つ」から「数少ない箇所の一つ」に #282

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 30, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 1.6/ja/book/deref-coercions.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ foo(&owned);
<!-- That’s it. This rule is one of the only places in which Rust does an automatic -->
<!-- conversion for you, but it adds a lot of flexibility. For example, the `Rc<T>` -->
<!-- type implements `Deref<Target=T>`, so this works: -->
以上です! このルールはRustが自動的に変換を行う唯一の箇所の一つです
以上です! このルールはRustが自動的に変換を行う数少ない箇所の一つです
これによって、多くの柔軟性が手にはいります。
例えば `Rc<T>` は `Deref<Target=T>` を実装しているため、以下のコードは正しく動作します:

Expand Down
2 changes: 1 addition & 1 deletion 1.9/ja/book/deref-coercions.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ foo(&owned);
<!-- That’s it. This rule is one of the only places in which Rust does an automatic -->
<!-- conversion for you, but it adds a lot of flexibility. For example, the `Rc<T>` -->
<!-- type implements `Deref<Target=T>`, so this works: -->
以上です! このルールはRustが自動的に変換を行う唯一の箇所の一つです
以上です! このルールはRustが自動的に変換を行う数少ない箇所の一つです
これによって、多くの柔軟性が手にはいります。
例えば `Rc<T>` は `Deref<Target=T>` を実装しているため、以下のコードは正しく動作します:

Expand Down