File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 50
50
* ` fn ` : 関数定義及び関数ポインタ型。 [ 関数] 参照。
51
51
* ` for ` : イテレータループ、 トレイト ` impl ` 構文の一部、 あるいは 高階ライフタイム構文。 [ ループ (` for ` )] 、 [ メソッド構文] 参照。
52
52
* ` if ` : 条件分岐 [ ` if ` ] 、 [ ` if let ` ] 参照。
53
- * ` impl ` : 継承及びトレイト実装のブロック 。 [ メソッド構文] 参照。
53
+ * ` impl ` : 固有及びトレイト実装のブロック 。 [ メソッド構文] 参照。
54
54
* ` in ` : ` for ` ループ構文の一部。 [ ループ (` for ` )] 参照。
55
55
* ` let ` : 変数束縛。 [ 変数束縛] 参照。
56
56
* ` loop ` : 条件無しの無限ループ。 [ ループ (` loop ` )] 参照。
Original file line number Diff line number Diff line change @@ -152,4 +152,4 @@ fn main() {
152
152
153
153
<!-- Using the angle bracket syntax lets you call the trait method instead of the -->
154
154
<!-- inherent one. -->
155
- 山括弧構文を用いることでトレイトのメソッドを継承されたメソッドの代わりに呼び出すことができます 。
155
+ 山括弧構文を用いることでトレイトのメソッドを固有メソッドの代わりに呼び出すことができます 。
Original file line number Diff line number Diff line change 50
50
* ` fn ` : 関数定義及び関数ポインタ型。 [ 関数] 参照。
51
51
* ` for ` : イテレータループ、 トレイト ` impl ` 構文の一部、 あるいは 高階ライフタイム構文。 [ ループ (` for ` )] 、 [ メソッド構文] 参照。
52
52
* ` if ` : 条件分岐 [ ` if ` ] 、 [ ` if let ` ] 参照。
53
- * ` impl ` : 継承及びトレイト実装のブロック 。 [ メソッド構文] 参照。
53
+ * ` impl ` : 固有及びトレイト実装のブロック 。 [ メソッド構文] 参照。
54
54
* ` in ` : ` for ` ループ構文の一部。 [ ループ (` for ` )] 参照。
55
55
* ` let ` : 変数束縛。 [ 変数束縛] 参照。
56
56
* ` loop ` : 条件無しの無限ループ。 [ ループ (` loop ` )] 参照。
Original file line number Diff line number Diff line change @@ -152,4 +152,4 @@ fn main() {
152
152
153
153
<!-- Using the angle bracket syntax lets you call the trait method instead of the -->
154
154
<!-- inherent one. -->
155
- 山括弧構文を用いることでトレイトのメソッドを継承されたメソッドの代わりに呼び出すことができます 。
155
+ 山括弧構文を用いることでトレイトのメソッドを固有メソッドの代わりに呼び出すことができます 。
You can’t perform that action at this time.
0 commit comments