This is an automated email from the ASF dual-hosted git repository.
thisisnic pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-cookbook.git
The following commit(s) were added to refs/heads/main by this push:
new a85984f Add missing word (#77)
a85984f is described below
commit a85984f9ff826fccb309bc46d3b5088494de2879
Author: Nic <[email protected]>
AuthorDate: Mon Sep 20 09:54:09 2021 +0000
Add missing word (#77)
---
r/content/creating_arrow_objects.Rmd | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/r/content/creating_arrow_objects.Rmd
b/r/content/creating_arrow_objects.Rmd
index ba7e530..64d3780 100644
--- a/r/content/creating_arrow_objects.Rmd
+++ b/r/content/creating_arrow_objects.Rmd
@@ -2,7 +2,7 @@
## Create an Arrow Array from an R object
-You to convert an existing vector in R to an Arrow Array object.
+You want to convert an existing vector in R to an Arrow Array object.
### Solution