diff --git a/src/docbook/en-US/module/start.xml b/src/docbook/en-US/module/start.xml index 6dd65ed26e..a87b813b01 100644 --- a/src/docbook/en-US/module/start.xml +++ b/src/docbook/en-US/module/start.xml @@ -314,10 +314,11 @@ public void messageReceived(&ChannelHandlerContext; ctx, &MessageEvent; e) {
Writing a Time Server - The protocol to implement in this section is the TIME - protocol. It is different from the previous examples in that it sends a - message, which contains a 32-bit integer, without receiving any requests - and closes the connection once the message is sent. In this example, you + The protocol to implement in this section is the + TIME protocol. + It is different from the previous examples in that it sends a message, + which contains a 32-bit integer, without receiving any requests and + loses the connection once the message is sent. In this example, you will learn how to construct and send a message, and to close the connection on completion.