diff --git a/src/docbook/module/start.xml b/src/docbook/module/start.xml index 11e31fea49..5fde8057c2 100644 --- a/src/docbook/module/start.xml +++ b/src/docbook/module/start.xml @@ -1016,8 +1016,8 @@ public class TimeDecoder implements &ChannelUpstreamHandler; { } } - The last task left is to add the TimeEncoder to - the &ChannelPipeline; of the &ServerBootstrap;, and it's left as a + The last task left is to insert a TimeEncoder + into the &ChannelPipeline; on the server side, and it's left as a trivial exercise.