This is an automated email from the ASF dual-hosted git repository.
kou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/master by this push:
new 5c1044fce5 MINOR: [Docs] Fix a typo in contributing guide (#14958)
5c1044fce5 is described below
commit 5c1044fce55ed0e373a622cb8ee3b97a1a34799a
Author: buaazhwb <[email protected]>
AuthorDate: Thu Dec 15 12:12:48 2022 +0800
MINOR: [Docs] Fix a typo in contributing guide (#14958)
Authored-by: buaazhwb <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
---
docs/source/developers/guide/index.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/source/developers/guide/index.rst
b/docs/source/developers/guide/index.rst
index b4cbc666c8..cbaf272876 100644
--- a/docs/source/developers/guide/index.rst
+++ b/docs/source/developers/guide/index.rst
@@ -82,7 +82,7 @@ of adding a basic feature.
Arrow libraries include a wide range of functionalities and may require
the installation of third-party packages, depending on which build
options and components you enable. The C++ build guide
- has suggestions for for commonly encountered issues - you can find it
+ has suggestions for commonly encountered issues - you can find it
:ref:`here <cpp-development>`.
Anytime you are stuck, feel free to reach out via
appropriate :ref:`communication` channel.