Skip to content

Commit

Permalink
Trim a word
Browse files Browse the repository at this point in the history
  • Loading branch information
toku-sa-n committed Jul 14, 2020
1 parent 565667f commit ac60c15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/send-and-sync.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ synchronization to manage this access, they are absolutely not thread safe. Rust
captures this through the `Send` and `Sync` traits.
-->

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

0 comments on commit ac60c15

Please sign in to comment.