From 428fc493fcb4ef51957291173ce8b542e7127c8f Mon Sep 17 00:00:00 2001 From: RyougiShiki <53469345+ryougi-shiky@users.noreply.github.com> Date: Sat, 23 Dec 2023 22:25:01 +0800 Subject: [PATCH] fix: wrongly written 'aribtrary' -> 'arbitrary' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e68034cb8..e0a6ffbdaa 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ topic. 1. Stand-in for MySQL in a golang test environment, using the built-in `memory` database implementation. -2. Providing access to aribtrary data sources with SQL queries by +2. Providing access to arbitrary data sources with SQL queries by implementing a handful of interfaces. The most complete real-world implementation is [Dolt](https://github.com/dolthub/dolt).