Documentation fix

This commit is contained in:
Trustin Lee 2009-04-06 12:06:13 +00:00
parent 67edb9d69d
commit 3970d5c9a9

View File

@ -217,7 +217,7 @@ dynamicBuffer.writeByte('7');</programlisting>
implementation.
</para>
<para>
Also, you will even be able to take advantage of a new transport which is
Also, you are even able to take advantage of a new transport which is
not written yet, serial port communication transport for instance, again
by replacing just a couple lines of constructor calls. Moreover, you can
write your own transport by extending the core API because it is highly