aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 9ca353c..5b7b810 100644
--- a/README
+++ b/README
@@ -62,7 +62,7 @@ serialization interface:
nv_list nvl = bsd::nv_serialize(obj);
object obj2{};
- bsd::nv_deserialize(nvl, obj);
+ bsd::nv_deserialize(nvl, obj2);
infrequently asked questions: