We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2036e82 commit d7c67fcCopy full SHA for d7c67fc
doc/rust.texi
@@ -1499,7 +1499,7 @@ messages. Ports receive messages from channels.
1499
A @dfn{channel} is a communication endpoint that can @emph{send}
1500
messages. Channels send messages to ports.
1501
1502
-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
1503
per-task identity and cannot be replicated or transmitted. If a port value is
1504
copied, both copies refer to the @emph{same} port. New ports can be
1505
constructed dynamically and stored in data structures.
0 commit comments