summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToon Schoenmakers <toon.schoenmakers@copernica.com>2015-08-05 11:25:05 +0200
committerToon Schoenmakers <toon.schoenmakers@copernica.com>2015-08-05 11:25:05 +0200
commitbf4e1b48ca7a2fb332ba90d440e28748d176a5bf (patch)
tree2311c9c5d78dd312626c7294072bdd8dafad96eb
parent8319a3ecbfc928619b62d4d02fae5fc1908f4f86 (diff)
Small fix in docblock
-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
*/