From bf4e1b48ca7a2fb332ba90d440e28748d176a5bf Mon Sep 17 00:00:00 2001 From: Toon Schoenmakers Date: Wed, 5 Aug 2015 11:25:05 +0200 Subject: Small fix in docblock --- include/serializable.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/serializable.h b/include/serializable.h index fdcffa2..752fa9c 100644 --- a/include/serializable.h +++ b/include/serializable.h @@ -23,7 +23,7 @@ public: * Method to serialize the object * * This method should return a string representation of the object that - * can be passed to the serialize() method and that will revive the object + * can be passed to the unserialize() method and that will revive the object * * @return std::string */ -- cgit v1.2.3