diff options
| author | Graydon Hoare <graydon@mozilla.com> | 2012-03-28 13:05:59 -0700 |
|---|---|---|
| committer | Graydon Hoare <graydon@mozilla.com> | 2012-03-28 13:52:47 -0700 |
| commit | bd112a585354ddac065113ef402c7e3cfc1ebe3e (patch) | |
| tree | cfca8beeba10344828a16de4b2166ce299a302c7 | |
| parent | d0ddc69298c41df04b0488d91d521eb531d79177 (diff) | |
| download | rust-bd112a585354ddac065113ef402c7e3cfc1ebe3e.tar.gz rust-bd112a585354ddac065113ef402c7e3cfc1ebe3e.zip | |
Fix typo in release notes.
| -rw-r--r-- | RELEASES.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASES.txt b/RELEASES.txt index 689ba10ebc7..ec8d3ef6c0d 100644 --- a/RELEASES.txt +++ b/RELEASES.txt @@ -12,7 +12,7 @@ Version 0.2 (March 2012) * Functions now inlined across separate crates * Scheduling, stack and threading fixes - * Noticably improved message-passing performance + * Noticeably improved message-passing performance * Explicit schedulers * Callbacks from C * Helgrind clean |
