Skip to content

Commit ab27eeb

Browse files
authored
Merge pull request #284 from KeenS/fix-inherent
fix the translation of "inherent"
2 parents 6ba924b + 341dfda commit ab27eeb

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

1.6/ja/book/syntax-index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
* `fn`: 関数定義及び関数ポインタ型。 [関数] 参照。
5151
* `for`: イテレータループ、 トレイト `impl` 構文の一部、 あるいは 高階ライフタイム構文。 [ループ (`for`)][メソッド構文] 参照。
5252
* `if`: 条件分岐 [`if`][`if let`] 参照。
53-
* `impl`: 継承及びトレイト実装のブロック[メソッド構文] 参照。
53+
* `impl`: 固有及びトレイト実装のブロック[メソッド構文] 参照。
5454
* `in`: `for` ループ構文の一部。 [ループ (`for`)] 参照。
5555
* `let`: 変数束縛。 [変数束縛] 参照。
5656
* `loop`: 条件無しの無限ループ。 [ループ (`loop`)] 参照。

1.6/ja/book/ufcs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,4 +152,4 @@ fn main() {
152152

153153
<!-- Using the angle bracket syntax lets you call the trait method instead of the -->
154154
<!-- inherent one. -->
155-
山括弧構文を用いることでトレイトのメソッドを継承されたメソッドの代わりに呼び出すことができます
155+
山括弧構文を用いることでトレイトのメソッドを固有メソッドの代わりに呼び出すことができます

1.9/ja/book/syntax-index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
* `fn`: 関数定義及び関数ポインタ型。 [関数] 参照。
5151
* `for`: イテレータループ、 トレイト `impl` 構文の一部、 あるいは 高階ライフタイム構文。 [ループ (`for`)][メソッド構文] 参照。
5252
* `if`: 条件分岐 [`if`][`if let`] 参照。
53-
* `impl`: 継承及びトレイト実装のブロック[メソッド構文] 参照。
53+
* `impl`: 固有及びトレイト実装のブロック[メソッド構文] 参照。
5454
* `in`: `for` ループ構文の一部。 [ループ (`for`)] 参照。
5555
* `let`: 変数束縛。 [変数束縛] 参照。
5656
* `loop`: 条件無しの無限ループ。 [ループ (`loop`)] 参照。

1.9/ja/book/ufcs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,4 +152,4 @@ fn main() {
152152

153153
<!-- Using the angle bracket syntax lets you call the trait method instead of the -->
154154
<!-- inherent one. -->
155-
山括弧構文を用いることでトレイトのメソッドを継承されたメソッドの代わりに呼び出すことができます
155+
山括弧構文を用いることでトレイトのメソッドを固有メソッドの代わりに呼び出すことができます

0 commit comments

Comments
 (0)