Skip to content

Commit ae13db3

Browse files
ralphitedonnemartin
authored andcommitted
Fix typo (donnemartin#29)
1 parent 40b5be2 commit ae13db3

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
@@ -943,7 +943,7 @@ A key-value store generally allows for O(1) reads and writes and is often backed
943943

944944
Key-value stores provide high performance and are often used for simple data models or for rapidly-changing data, such as an in-memory cache layer. Since they offer only a limited set of operations, complexity is shifted to the application layer if additional operations are needed.
945945

946-
A key-value store is the basis for more complex system systems such as a document store, and in some cases, a graph database.
946+
A key-value store is the basis for more complex systems such as a document store, and in some cases, a graph database.
947947

948948
##### Source(s) and further reading: key-value store
949949

0 commit comments

Comments
 (0)