Skip to content

Commit 86d5866

Browse files
committed
retranslate 'one of the only'
1 parent 67e38e3 commit 86d5866

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

1.6/ja/book/deref-coercions.md

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

1.9/ja/book/deref-coercions.md

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

0 commit comments

Comments
 (0)