diff options
Diffstat (limited to '')
-rw-r--r-- | vmime/parameter.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vmime/parameter.hpp b/vmime/parameter.hpp index 8ac7e82c..964d666c 100644 --- a/vmime/parameter.hpp +++ b/vmime/parameter.hpp @@ -85,7 +85,7 @@ public: * For example, the following code: * * <pre> - * getParameter("creation-date")->getValueAs <vmime::dateTime>()</pre> + * getParameter("creation-date")->getValueAs <vmime::dateTime>() * </pre> * * is equivalent to: |