summaryrefslogtreecommitdiff
path: root/USERS.md
diff options
context:
space:
mode:
authorbyronhe <1394332+byronhe@users.noreply.github.com>2021-10-01 16:09:35 -0700
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>2021-10-01 16:10:35 -0700
commite36b9da57c936695211f12ea82a1865638408ed9 (patch)
tree725de266c96cdf7df7fee7c60c4b90a67e3971ff /USERS.md
parent7f08a8503f56181c13d0a892dd11f0e31667c763 (diff)
Update USERS.md (#8923)
Summary: fix typo Pull Request resolved: https://github.com/facebook/rocksdb/pull/8923 Reviewed By: mrambacher Differential Revision: D31003331 Pulled By: zhichao-cao fbshipit-source-id: 00cfcac247621b8bc6d43a3d45c6a11c9dece5b0
Diffstat (limited to 'USERS.md')
-rw-r--r--USERS.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/USERS.md b/USERS.md
index b904e48ad..bc83ed148 100644
--- a/USERS.md
+++ b/USERS.md
@@ -113,7 +113,7 @@ LzLabs is using RocksDB as a storage engine in their multi-database distributed
[YugabyteDB](https://www.yugabyte.com/) is an open source, high performance, distributed SQL database that uses RocksDB as its storage layer. For more information, please see https://github.com/yugabyte/yugabyte-db/.
## ArangoDB
-[ArangoDB](https://www.arangodb.com/) is a native multi-model database with flexible data models for documents, graphs, and key-values, for building high performance applications using a convenient SQL-like query language or JavaScript extensions. It uses RocksDB as its sotrage engine.
+[ArangoDB](https://www.arangodb.com/) is a native multi-model database with flexible data models for documents, graphs, and key-values, for building high performance applications using a convenient SQL-like query language or JavaScript extensions. It uses RocksDB as its storage engine.
## Milvus
[Milvus](https://milvus.io/) is an open source vector database for unstructured data. It uses RocksDB not only as one of the supported kv storage engines, but also as a message queue.