Skip to content

Commit 9d8de1f

Browse files
committed
Sync -> Send
1 parent ef6126a commit 9d8de1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RELEASES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Version 1.0.0-alpha (January 2015)
6161
even though the internals do not (e.g. structs containing unsafe
6262
pointers like `Arc`). These changes are intended to prevent some
6363
footguns and are collectively known as [opt-in built-in
64-
traits][oibit] (though `Sync` and `Share` will soon become pure
64+
traits][oibit] (though `Sync` and `Send` will soon become pure
6565
library types unknown to the compiler).
6666
* Operator traits now take their operands [by value][ops], and
6767
comparison traits can use multidispatch to compare one type

0 commit comments

Comments
 (0)