Skip to content

Commit 565667f

Browse files
committed
Change a word
1 parent 57f1199 commit 565667f

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
@@ -14,7 +14,7 @@ captures this through the `Send` and `Sync` traits.
1414
すべてのものが継承可変性に従っているわけではありません。が、いくつかの型においては、
1515
メモリ上の場所の値を変更している間に、複数のエイリアスを生成することが可能です。
1616
これらの型が、このアクセスを管理するために同期を行なわない限り、これらは絶対スレッドセーフでは
17-
ありません。 Rust ではこれを、 `Send` トレイトと `Sync` トレイトでキャプチャしています
17+
ありません。 Rust ではこれを、 `Send` トレイトと `Sync` トレイトで表しています
1818

1919
<!--
2020
* A type is Send if it is safe to send it to another thread.

0 commit comments

Comments
 (0)