This is an automated email from the ASF dual-hosted git repository. shangxinli pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/parquet-site.git
commit 58d1f7600dd69053b2ccaeb58c038dce343003f2 Author: Waldir Pimenta <[email protected]> AuthorDate: Thu Oct 21 16:49:46 2021 +0100 documentation/latest: fix typo, adjust formatting --- source/documentation/latest.html.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/documentation/latest.html.md b/source/documentation/latest.html.md index ad3a6b6..97d2e24 100644 --- a/source/documentation/latest.html.md +++ b/source/documentation/latest.html.md @@ -22,9 +22,9 @@ The [parquet-compatibility](https://github.com/Parquet/parquet-compatibility) pr ## Building -Java resources can be build using `mvn package.` The current stable version should always be available from Maven Central. +Java resources can be built using `mvn package`. The current stable version should always be available from Maven Central. -C++ thrift resources can be generated via make. +C++ thrift resources can be generated via `make`. Thrift can be also code-genned into any other thrift-supported language.
