Slight rephrasing

This commit is contained in:
Trustin Lee 2008-09-22 11:02:28 +00:00
parent f206c5359b
commit 95a5af1707

View File

@ -1016,8 +1016,8 @@ public class TimeDecoder implements &ChannelUpstreamHandler; {
}
}</programlisting>
<para>
The last task left is to add the <classname>TimeEncoder</classname> to
the &ChannelPipeline; of the &ServerBootstrap;, and it's left as a
The last task left is to insert a <classname>TimeEncoder</classname>
into the &ChannelPipeline; on the server side, and it's left as a
trivial exercise.
</para>
</section>