Skip to content

Commit 38bbb67

Browse files
committed
Translate a code comment
1 parent a0a8504 commit 38bbb67

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
@@ -125,7 +125,7 @@ derived to be Send or Sync, then one can also unimplement Send and Sync:
125125
```rust
126126
#![feature(optin_builtin_traits)]
127127

128-
// I have some magic semantics for some synchronization primitive!
128+
// プリミティブな型を同期する何か魔法のようなセマンティクスがある!
129129
struct SpecialThreadToken(u8);
130130

131131
impl !Send for SpecialThreadToken {}

0 commit comments

Comments
 (0)