From 256621246c74fdbabf5adafaa95ceff77385f4e2 Mon Sep 17 00:00:00 2001 From: Evan Meagher Date: Mon, 3 Oct 2011 20:54:10 -0700 Subject: [PATCH] Fix wording in "Summary" section. --- src/docbook/en-US/module/architecture.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/docbook/en-US/module/architecture.xml b/src/docbook/en-US/module/architecture.xml index c681ae5a00..5e4f883c91 100644 --- a/src/docbook/en-US/module/architecture.xml +++ b/src/docbook/en-US/module/architecture.xml @@ -329,18 +329,18 @@ Summary 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 - 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 - difficult to understand more advanced features which were covered briefly - in this chapter. + difficult to understand the more advanced features which were covered + briefly in this chapter. - You might still have an unanswered question about what the overall - architecture looks exactly like and how each feature work together. - If so, it is a good idea to talk to us - to improve this guide. + You might still have unanswered questions about what the overall + architecture looks like exactly and how each of the features work + together. If so, it is a good idea to + talk to us to improve this guide.