From b6f62399d7f5fe9ca7e542dbd871e219965aa213 Mon Sep 17 00:00:00 2001 From: Marvin <33938500+marvin-j97@users.noreply.github.com> Date: Sat, 20 Jan 2024 16:37:05 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ec26619..5b28492 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Smoltable is a tiny wide-column store heavily inspired by [Google Bigtable](http Its data model is essentially the same as Bigtable’s, where: - each row is identified by its row key -- the table's order is determined by the row key +- the table's ordering is determined by the row key - a row can have arbitrarily many columns - columns are grouped into column families