From 4919b8038475a1e52518056f06430c5cff985dcb Mon Sep 17 00:00:00 2001 From: Parth Chonkar Date: Tue, 31 Dec 2024 11:35:37 -0600 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Sutou Kouhei --- docs/source/developers/guide/step_by_step/arrow_codebase.rst | 4 ++-- docs/source/developers/java/building.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/developers/guide/step_by_step/arrow_codebase.rst b/docs/source/developers/guide/step_by_step/arrow_codebase.rst index 8f84f2b381b87..ddd4266dbd324 100644 --- a/docs/source/developers/guide/step_by_step/arrow_codebase.rst +++ b/docs/source/developers/guide/step_by_step/arrow_codebase.rst @@ -32,8 +32,8 @@ Working on the Arrow codebase 🧐 Finding your way around Arrow ============================= -The `Apache Arrow repository `_ includes implementations for -most of the libraries for which Arrow is available. +The `Apache Arrow repository `_ includes +implementations for most of the libraries for which Arrow is available. Languages like GLib (``c_glib/``), C++ (``cpp/``), C# (``csharp/``), JavaScript (``js/``), MATLAB (``matlab/``), Python (``python/``), R (``r/``) diff --git a/docs/source/developers/java/building.rst b/docs/source/developers/java/building.rst index 15420b78ff034..fb3d9a62ed1e0 100644 --- a/docs/source/developers/java/building.rst +++ b/docs/source/developers/java/building.rst @@ -47,7 +47,7 @@ repository: .. code-block:: $ git clone https://github.com/apache/arrow-java.git - $ cd arrow + $ cd arrow-java $ git submodule update --init --recursive These are the options available to compile Arrow Java modules with: