Skip to content

Commit eddb6fe

Browse files
authored
fix a typo in README
1 parent 73d822e commit eddb6fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ respect to the above list. To name but a few:
6161
self-contained. Their transport format is a serialization that is
6262
not good for rapid sub-value access
6363
- MessagePack is probably the closest to our shopping list. It has
64-
has decent data types and is quite compact. However, we found that
64+
decent data types and is quite compact. However, we found that
6565
one can do better in terms of compactness for some cases. More
6666
important for us, MessagePack provides no quick sub-value access
6767
- Our own shaped JSON (used in ArangoDB as internal storage format)

0 commit comments

Comments
 (0)