From eddb6fe2e66e5de554161d069d875625bb476293 Mon Sep 17 00:00:00 2001 From: Denis Sikuler Date: Thu, 16 Jul 2020 23:27:05 +0300 Subject: [PATCH] fix a typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 484c4ae6..f29a61f3 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ respect to the above list. To name but a few: self-contained. Their transport format is a serialization that is not good for rapid sub-value access - MessagePack is probably the closest to our shopping list. It has - has decent data types and is quite compact. However, we found that + decent data types and is quite compact. However, we found that one can do better in terms of compactness for some cases. More important for us, MessagePack provides no quick sub-value access - Our own shaped JSON (used in ArangoDB as internal storage format)