From a5f05a8e163eecb933909b38d8ee50022600ade7 Mon Sep 17 00:00:00 2001 From: Terraneo Federico <fede.tft@miosix.org> Date: Tue, 8 May 2018 20:51:56 +0200 Subject: [PATCH] Documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a2ff7db..bbd5505 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ The serialization format is simply the C++ mangled name of the type to be serialized (as returned by typeid(type).name()), followed by a '\0' string terminator, followed by the object itself. - + ## What are the limitations -- GitLab