Skip to content

Commit f40c89b

Browse files
committed
Make translation more natural
1 parent 8df9912 commit f40c89b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/send-and-sync.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ is Send or Sync. Almost all primitives are Send and Sync, and as a consequence
5050
pretty much all types you'll ever interact with are Send and Sync.
5151
-->
5252

53-
Send や Sync はまた、自動的に継承されるトレイトです。これはつまり、他のすべてのトレイトとは
53+
Send や Sync はまた、自動的に継承されるトレイトでもあります。これはつまり、他のすべてのトレイトとは
5454
違い、もしある型が Send や Sync を実装している型だけで構成されている場合、その型は Send や
5555
Sync を実装しています。ほとんどすべてのプリミティブ型は Send や Sync を実装しています。
5656
そして結果的に、あなたが扱うかなり多くの型は、 Send や Sync を実装しています。

0 commit comments

Comments
 (0)