Skip to content

Commit d7c67fc

Browse files
brsongraydon
authored andcommitted
Fix typo in Ref.Task.Comm
1 parent 2036e82 commit d7c67fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/rust.texi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1499,7 +1499,7 @@ messages. Ports receive messages from channels.
14991499
A @dfn{channel} is a communication endpoint that can @emph{send}
15001500
messages. Channels send messages to ports.
15011501

1502-
Each port is implicitly boxed and mutable; as such a port has has a unique
1502+
Each port is implicitly boxed and mutable; as such a port has a unique
15031503
per-task identity and cannot be replicated or transmitted. If a port value is
15041504
copied, both copies refer to the @emph{same} port. New ports can be
15051505
constructed dynamically and stored in data structures.

0 commit comments

Comments
 (0)