about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2015-01-06 22:16:34 -0800
committerBrian Anderson <banderson@mozilla.com>2015-01-06 22:16:34 -0800
commit9d8de1f42c1fa8cf16bcfa61e9cea0783157d642 (patch)
tree5d19fd5e75f92eaa3a56fa0b65eb066d495f7b94
parentef6126a495d045ca99544b493193c56df795392a (diff)
downloadrust-9d8de1f42c1fa8cf16bcfa61e9cea0783157d642.tar.gz
rust-9d8de1f42c1fa8cf16bcfa61e9cea0783157d642.zip
Sync -> Send
-rw-r--r--RELEASES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASES.md b/RELEASES.md
index ec291e4a242..f7c385cbe7c 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -61,7 +61,7 @@ Version 1.0.0-alpha (January 2015)
       even though the internals do not (e.g. structs containing unsafe
       pointers like `Arc`). These changes are intended to prevent some
       footguns and are collectively known as [opt-in built-in
-      traits][oibit] (though `Sync` and `Share` will soon become pure
+      traits][oibit] (though `Sync` and `Send` will soon become pure
       library types unknown to the compiler).
     * Operator traits now take their operands [by value][ops], and
       comparison traits can use multidispatch to compare one type