We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32cc4ab commit 121eba4Copy full SHA for 121eba4
1.9/ja/book/trait-objects.md
@@ -337,7 +337,7 @@ static Foo_for_String_vtable: FooVtable = FooVtable {
337
338
<!-- Suppose we’ve got some values that implement `Foo`. The explicit form of -->
339
<!-- construction and use of `Foo` trait objects might look a bit like (ignoring the -->
340
-<!-- type mismatches: they’re all just pointers anyway): -->
+<!-- type mismatches: they’re all pointers anyway): -->
341
例えば `Foo` を実装する値を幾つか得たとします。
342
`Foo` トレイトオブジェクトを作る、あるいは使う時のコードを明示的に書いたものは少しだけ似ているでしょう。
343
(型の違いを無視すればですが、どのみちただのポインタになります)
diff-1.6.0..1.9.0/src/doc/book/trait-objects.md
0 commit comments