Skip to content

Commit ac60c15

Browse files
committed
Trim a word
1 parent 565667f commit ac60c15

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
@@ -11,7 +11,7 @@ synchronization to manage this access, they are absolutely not thread safe. Rust
1111
captures this through the `Send` and `Sync` traits.
1212
-->
1313

14-
すべてのものが継承可変性に従っているわけではありません。が、いくつかの型においては、
14+
すべてのものが継承可変性に従っているわけではありません。いくつかの型においては、
1515
メモリ上の場所の値を変更している間に、複数のエイリアスを生成することが可能です。
1616
これらの型が、このアクセスを管理するために同期を行なわない限り、これらは絶対スレッドセーフでは
1717
ありません。 Rust ではこれを、 `Send` トレイトと `Sync` トレイトで表しています。

0 commit comments

Comments
 (0)