Skip to content

fix the translation of "inherent" #284

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
Dec 23, 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/syntax-index.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
* `fn`: 関数定義及び関数ポインタ型。 [関数] 参照。
* `for`: イテレータループ、 トレイト `impl` 構文の一部、 あるいは 高階ライフタイム構文。 [ループ (`for`)] 、 [メソッド構文] 参照。
* `if`: 条件分岐 [`if`] 、 [`if let`] 参照。
* `impl`: 継承及びトレイト実装のブロック。 [メソッド構文] 参照。
* `impl`: 固有及びトレイト実装のブロック。 [メソッド構文] 参照。
* `in`: `for` ループ構文の一部。 [ループ (`for`)] 参照。
* `let`: 変数束縛。 [変数束縛] 参照。
* `loop`: 条件無しの無限ループ。 [ループ (`loop`)] 参照。
Expand Down
2 changes: 1 addition & 1 deletion 1.6/ja/book/ufcs.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,4 +152,4 @@ fn main() {

<!-- Using the angle bracket syntax lets you call the trait method instead of the -->
<!-- inherent one. -->
山括弧構文を用いることでトレイトのメソッドを継承されたメソッドの代わりに呼び出すことができます
山括弧構文を用いることでトレイトのメソッドを固有メソッドの代わりに呼び出すことができます
2 changes: 1 addition & 1 deletion 1.9/ja/book/syntax-index.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
* `fn`: 関数定義及び関数ポインタ型。 [関数] 参照。
* `for`: イテレータループ、 トレイト `impl` 構文の一部、 あるいは 高階ライフタイム構文。 [ループ (`for`)] 、 [メソッド構文] 参照。
* `if`: 条件分岐 [`if`] 、 [`if let`] 参照。
* `impl`: 継承及びトレイト実装のブロック。 [メソッド構文] 参照。
* `impl`: 固有及びトレイト実装のブロック。 [メソッド構文] 参照。
* `in`: `for` ループ構文の一部。 [ループ (`for`)] 参照。
* `let`: 変数束縛。 [変数束縛] 参照。
* `loop`: 条件無しの無限ループ。 [ループ (`loop`)] 参照。
Expand Down
2 changes: 1 addition & 1 deletion 1.9/ja/book/ufcs.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,4 +152,4 @@ fn main() {

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