Skip to content

Commit 68cc0a3

Browse files
committed
Merge pull request #126 from Nnwww/4_19_Traits_fix
[FIX] 4.19 Traits
2 parents 380f559 + c2345a5 commit 68cc0a3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

1.6/ja/book/traits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ not, because neither the trait nor the type are in our code. -->
318318
<!-- One last thing about traits: generic functions with a trait bound use
319319
‘monomorphization’ (mono: one, morph: form), so they are statically dispatched.
320320
What’s that mean? Check out the chapter on [trait objects][to] for more details. -->
321-
トレイトに関して最後に1つ。トレイト境界が設定されたジェネリック関数は「モノモーフィゼーション」(monomorphization)(mono:単一の、morph:様相)されるため、静的ディスパッチが行われます。一体どういう意味でしょうか?詳細については、 [トレイトオブジェクト][to] の章をチェックしてください。
321+
トレイトに関して最後に1つ。トレイト境界が設定されたジェネリック関数は「単相化」(monomorphization)(mono:単一の、morph:様相)されるため、静的ディスパッチが行われます。一体どういう意味でしょうか?詳細については、 [トレイトオブジェクト][to] の章をチェックしてください。
322322

323323
[to]: trait-objects.html
324324

TranslationTable.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@
112112
| match | マッチ
113113
| memory | メモリ
114114
| method | メソッド
115+
| monomorphization | 単相化
115116
| move | ムーブ
116117
| mutability | ミュータビリティ
117118
| mutable | ミュータブル

0 commit comments

Comments
 (0)