This is an automated email from the ASF dual-hosted git repository.
kou pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/arrow-flight-sql-postgresql.git
The following commit(s) were added to refs/heads/main by this push:
new 53f7945 Fix a typo in install.md (#144)
53f7945 is described below
commit 53f794551f9bc658cf42613b90ad32be4461e05c
Author: Tsutomu Katsube <[email protected]>
AuthorDate: Fri Sep 22 06:41:38 2023 +0900
Fix a typo in install.md (#144)
Closes apacheGH-143
---
doc/source/install.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/source/install.md b/doc/source/install.md
index 08b827a..414cc4d 100644
--- a/doc/source/install.md
+++ b/doc/source/install.md
@@ -67,7 +67,7 @@ Flight SQL adapter for PostgreSQL:
- Apache Arrow C++ with Flight SQL support: https://arrow.apache.org/install/
- Meson: https://mesonbuild.com/
- Ninja: https://ninja-build.org/
-- C++ compiler such as `g++` and `clang++
+- C++ compiler such as `g++` and `clang++`
Here are command lines to build Apache Arrow Flight SQL adapter for
PostgreSQL: