Fix wording in "Summary" section.

This commit is contained in:
Evan Meagher 2011-10-03 20:54:10 -07:00 committed by Trustin Lee
parent f0b30aa8e1
commit 256621246c

View File

@ -329,18 +329,18 @@
<title>Summary</title> <title>Summary</title>
<para> <para>
In this chapter, we reviewed the overall architecture of Netty from the In this chapter, we reviewed the overall architecture of Netty from the
feature-wise standpoint. Netty has simple yet powerful architecture. feature standpoint. Netty has a simple, yet powerful architecture.
It is composed of three components - buffer, channel, and event model - It is composed of three components - buffer, channel, and event model -
and all advanced features are built on top of the three core components. and all advanced features are built on top of the three core components.
Once you understood how these three work together, it should not be Once you understood how these three work together, it should not be
difficult to understand more advanced features which were covered briefly difficult to understand the more advanced features which were covered
in this chapter. briefly in this chapter.
</para> </para>
<para> <para>
You might still have an unanswered question about what the overall You might still have unanswered questions about what the overall
architecture looks exactly like and how each feature work together. architecture looks like exactly and how each of the features work
If so, it is a good idea to <ulink url="&Community;">talk to us</ulink> together. If so, it is a good idea to
to improve this guide. <ulink url="&Community;">talk to us</ulink> to improve this guide.
</para> </para>
</section> </section>
</chapter> </chapter>