Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Sutou Kouhei <[email protected]>
  • Loading branch information
ParthChonkar and kou authored Dec 31, 2024
1 parent 1a0d899 commit 4919b80
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/source/developers/guide/step_by_step/arrow_codebase.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ Working on the Arrow codebase 🧐
Finding your way around Arrow
=============================

The `Apache Arrow repository <https://github.com/apache/arrow>`_ includes implementations for
most of the libraries for which Arrow is available.
The `Apache Arrow repository <https://github.com/apache/arrow>`_ 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/``)
Expand Down
2 changes: 1 addition & 1 deletion docs/source/developers/java/building.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4919b80

Please sign in to comment.