From da97969c9b72ea1752efb741663b727c0225795a Mon Sep 17 00:00:00 2001
From: Aleksey Vorona <voronaam@gmail.com>
Date: Wed, 2 Mar 2016 10:13:11 -0800
Subject: [PATCH] Fix a mistake in the world format documentation

Fixed a minor mistake that made it appear as if the inventory
is serialized multiple times - once per each variable. In fact
it is serialized once per each node.
---
 doc/world_format.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/world_format.txt b/doc/world_format.txt
index a6255053e..a4fb3d8f2 100644
--- a/doc/world_format.txt
+++ b/doc/world_format.txt
@@ -316,7 +316,7 @@ if map format version >= 23:
       u8[key_len] key
       u32 val_len
       u8[val_len] value
-      serialized inventory
+    serialized inventory
 
 - Node timers
 if map format version == 23:
-- 
GitLab