diff options
| author | Brian Anderson <[email protected]> | 2011-03-25 00:02:56 -0400 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2011-03-25 08:43:10 -0700 |
| commit | d7c67fc6accfe6274ce55801e5bf0062eab77a15 (patch) | |
| tree | 568ebb7ad88a8e89e01f5e0d5100e537f8cb4d4a | |
| parent | Un-XFAIL task-comm-4, 5 & 6 (diff) | |
| download | rust-d7c67fc6accfe6274ce55801e5bf0062eab77a15.tar.xz rust-d7c67fc6accfe6274ce55801e5bf0062eab77a15.zip | |
Fix typo in Ref.Task.Comm
| -rw-r--r-- | doc/rust.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/rust.texi b/doc/rust.texi index 4b92fa94..559cb661 100644 --- a/doc/rust.texi +++ b/doc/rust.texi @@ -1499,7 +1499,7 @@ messages. Ports receive messages from channels. A @dfn{channel} is a communication endpoint that can @emph{send} messages. Channels send messages to ports. -Each port is implicitly boxed and mutable; as such a port has has a unique +Each port is implicitly boxed and mutable; as such a port has a unique per-task identity and cannot be replicated or transmitted. If a port value is copied, both copies refer to the @emph{same} port. New ports can be constructed dynamically and stored in data structures. |