From b29dee51dd73e0d3c2a4485f07eac5812b19301d Mon Sep 17 00:00:00 2001 From: Tathagata Das Date: Wed, 28 Jun 2023 09:06:49 -0700 Subject: [PATCH] Update kernel/README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Carlos Peña --- kernel/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/README.md b/kernel/README.md index 603772a83e..ea13a8b71f 100644 --- a/kernel/README.md +++ b/kernel/README.md @@ -44,7 +44,7 @@ The Delta Kernel project provides the following two Maven artifacts: ``` # API Guarantees -**Note: This project is currently in "preview" and all APIs are currently unstable. It is cuurrently meant for testing and providing feedback (see below) to the project authors.** +**Note: This project is currently in "preview" and all APIs are currently unstable. It is currently meant for testing and providing feedback (see below) to the project authors.** The Java API docs are available [here](https://delta-io.github.io/delta/snapshot/kernel-api/java/api/index.html). Only the classes and interfaces documented here are considered as public APIs with backward compatibility guarantees (when marked as Stable APIs). All other classes and interfaces available in the JAR are considered as private APIs with no stability guarantees.