Skip to content

Commit c41d9e9

Browse files
authored
Merge pull request #150 from Frezzle/punctuation
Fix punctuation
2 parents 7febc10 + 8ed9f9d commit c41d9e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

designs/interprocesscomms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ An XCP host shall contain a single logical *message switch*. Each service
4747
shall maintain a single *session* with the switch. Associated with the
4848
session there will be set of individual *links* (connections)
4949
managed via a shared library (available in python or OCaml). Link-level messages
50-
will allow the creation and destruction of named *message queues" and
50+
will allow the creation and destruction of named *message queues* and
5151
the creation and destruction of binary messages. All messages are
5252
unidirectional so we shall have a well-known convention for bidirectional
5353
Remote Procedure Calls, based on how OpenStack uses AMQP. Regular link-level

0 commit comments

Comments
 (0)