Documentation fix

This commit is contained in:
Trustin Lee 2009-04-06 12:08:42 +00:00
parent 3970d5c9a9
commit 5c95161bf5

View File

@ -185,11 +185,11 @@ dynamicBuffer.writeByte('7');</programlisting>
the complexity of the NIO Selector API, hindering rapid development.
</para>
<para>
Netty has a universal asynchronous I/O interface called &Channel;
&Channel; abstracts away all operations required to point-to-point
communication. That is, once you wrote your application on one Netty
transport, your application can run on other Netty transports. Netty
provides a number of essential transports via one universal API:
Netty has a universal asynchronous I/O interface called &Channel;, which
abstracts away all operations required to point-to-point communication.
That is, once you wrote your application on one Netty transport, your
application can run on other Netty transports. Netty provides a number
of essential transports via one universal API:
<itemizedlist>
<listitem>
<para>