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 5e46295 commit 5306e4aCopy full SHA for 5306e4a
src/send-and-sync.md
@@ -50,7 +50,7 @@ is Send or Sync. Almost all primitives are Send and Sync, and as a consequence
50
pretty much all types you'll ever interact with are Send and Sync.
51
-->
52
53
-Send や Sync はまた、自動的に継承されるトレイトです。これはつまり、他のすべてのトレイトとは
+Send や Sync はまた、自動的に継承されるトレイトでもあります。これはつまり、他のすべてのトレイトとは
54
違い、もしある型が Send や Sync を実装している型だけで構成されている場合、その型は Send や
55
Sync を実装しています。ほとんどすべてのプリミティブ型は Send や Sync を実装しています。
56
そして結果的に、あなたが扱うかなり多くの型は、 Send や Sync を実装しています。
0 commit comments