From afc235e7762810f7afb298d3f5b3187b1b70601c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9lder=20Greg=C3=B3rio?= Date: Sat, 13 Jun 2026 21:58:44 +0100 Subject: [PATCH] MINOR: Tweak README wording --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0196536514..03d45bb602 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ The following guides explain the fundamental data structures used in the Java im - [VectorSchemaRoot](https://arrow.apache.org/java/current/vector_schema_root.html#vectorschemaroot) is a container that can hold multiple vectors based on a schema. - The [Reading/Writing IPC formats](https://arrow.apache.org/java/current/ipc.html) guide explains how to stream record batches as well as serializing record batches to files. -Generated javadoc documentation is available [here](https://arrow.apache.org/java/current/). +Generated Javadoc documentation is available [here](https://arrow.apache.org/java/current/). ## Building from source