This is an automated email from the ASF dual-hosted git repository.
jonkeane pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/main by this push:
new be259d40a8 MINOR: [R] Fix typos in arrow/r/README.md and build badge
(#48650)
be259d40a8 is described below
commit be259d40a8891e9a04c9348934b06bdf73ba013e
Author: Hyukjin Kwon <[email protected]>
AuthorDate: Sun Dec 28 00:52:32 2025 +0900
MINOR: [R] Fix typos in arrow/r/README.md and build badge (#48650)
### Rationale for this change
Couple of typos to fix in README.md and build badge
### What changes are included in this PR?
From "provides binding to" to "provides bindings to"
From "in a variety formats" to "in a variety of formats"
From https://github.com/apache/arrow/workflows/R/badge.svg?event=push to
https://github.com/apache/arrow/actions/workflows/r.yml/badge.svg?branch=main&event=push
### Are these changes tested?
Manually tested wit my GitHub browser.
### Are there any user-facing changes?
No, dev-only.
---
r/README.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/r/README.md b/r/README.md
index 00bea92be2..1ab9206f11 100644
--- a/r/README.md
+++ b/r/README.md
@@ -3,7 +3,7 @@
<!-- badges: start -->
[](https://cran.r-project.org/package=arrow)
-[](https://github.com/apache/arrow/actions?query=workflow%3AR+branch%3Amain+event%3Apush)
+[](https://github.com/apache/arrow/actions/workflows/r.yml?query=branch%3Amain+event%3Apush)
[](https://apache.r-universe.dev)
[](https://anaconda.org/conda-forge/r-arrow)
@@ -50,10 +50,10 @@ There are some special cases to note:
## What can the arrow package do?
-The Arrow C++ library is comprised of different parts, each of which serves a
specific purpose. The arrow package provides binding to the C++ functionality
for a wide range of data analysis
+The Arrow C++ library is comprised of different parts, each of which serves a
specific purpose. The arrow package provides bindings to the C++ functionality
for a wide range of data analysis
tasks.
-It allows users to read and write data in a variety formats:
+It allows users to read and write data in a variety of formats:
- Read and write Parquet files, an efficient and widely used columnar format
- Read and write Arrow (formerly known as Feather) files, a format optimized
for speed and