summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/serializable.h2
1 files changed, 1 insertions, 1 deletions
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
*/