This is an automated email from the ASF dual-hosted git repository.

wesm 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 1532f1d  ARROW-3528: [R] Fixed typo in R package documentation
1532f1d is described below

commit 1532f1d8c63a7dd2d25349d422bd264891a26612
Author: James Lamb <[email protected]>
AuthorDate: Tue Oct 16 16:39:15 2018 -0400

    ARROW-3528: [R] Fixed typo in R package documentation
    
    Please consider this PR to fix a small typo in the R package's 
documentation.
    
    Author: James Lamb <[email protected]>
    
    Closes #2769 from jameslamb/bugfix/typo and squashes the following commits:
    
    926f8b87b <James Lamb> ARROW-3528:  Fixed typo in R package documentation
---
 r/R/dictionary.R    | 2 +-
 r/man/dictionary.Rd | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/r/R/dictionary.R b/r/R/dictionary.R
index b70e70a..4dea59c 100644
--- a/r/R/dictionary.R
+++ b/r/R/dictionary.R
@@ -32,7 +32,7 @@
 #'
 #' @param type indices type, e.g. [int32()]
 #' @param values values array, typically an arrow array of strings
-#' @param ordered Is this an ordred dictionary
+#' @param ordered Is this an ordered dictionary
 #'
 #' @export
 dictionary <- function(type, values, ordered = FALSE) {
diff --git a/r/man/dictionary.Rd b/r/man/dictionary.Rd
index 22d35f6..2a79896 100644
--- a/r/man/dictionary.Rd
+++ b/r/man/dictionary.Rd
@@ -11,7 +11,7 @@ dictionary(type, values, ordered = FALSE)
 
 \item{values}{values array, typically an arrow array of strings}
 
-\item{ordered}{Is this an ordred dictionary}
+\item{ordered}{Is this an ordered dictionary}
 }
 \description{
 dictionary type factory

Reply via email to