aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>2007-12-17 09:42:33 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>2007-12-17 09:42:33 +0000
commite36ade488a505b40e9a0c1be2a3122f78c5d36c4 (patch)
tree674ecc215afa9c36aad3226ff52875c1007e6bf3 /doc
parent3d7d0393b2fb0e16c9f002ae9e96c799dd8d85d6 (diff)
Documentation fix. Fix a strangely-worded sentence in README.xml-output
and add some important comments to msnchat. svn path=/trunk/; revision=23897
Diffstat (limited to 'doc')
-rw-r--r--doc/README.xml-output4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/README.xml-output b/doc/README.xml-output
index fc1d6e2db2..3a8194f7ff 100644
--- a/doc/README.xml-output
+++ b/doc/README.xml-output
@@ -177,8 +177,8 @@ Each of these classes has accessors which will return the defined attributes:
Protocols and fields can contain other fields. Thus, the Protocol and
Field class have a "children" member, which is a simple list of the
Field objects, if any, that are contained. The "children" list can be
-directly accessed by calling users. It will be empty of this Protocol
-or Field contains no Fields.
+directly accessed by code using the object. The "children" list will be
+empty if this Protocol or Field contains no Fields.
Furthermore, the Packet class is a sub-class of the PacketList class.
The PacketList class provides methods to look for protocols and fields.