diff options
-rw-r--r-- | vmime/component.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vmime/component.hpp b/vmime/component.hpp index f30a76c6..b38127fb 100644 --- a/vmime/component.hpp +++ b/vmime/component.hpp @@ -32,8 +32,8 @@ namespace vmime { -/** This abstract class is the base for all the classes in the library. - * It defines the methods for parsing and generating all the components. +/** This abstract class is the base class for all the components of a message. + * It defines methods for parsing and generating a component. */ class component : public object |