Skip to content

Commit

Permalink
Merge branch 'print-methods' of github.com:nealrichardson/arrow into …
Browse files Browse the repository at this point in the history
…print-methods
  • Loading branch information
nealrichardson committed Sep 24, 2019
2 parents 02afb89 + 5750100 commit c092d30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion r/R/dictionary.R
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ DictionaryType$create <- function(index_type = int32(),

#' Create a dictionary type
#'
#' @param index_type A DataType for the indexes (default [int32()])
#' @param index_type A DataType for the indices (default [int32()])
#' @param value_type A DataType for the values (default [utf8()])
#' @param ordered Is this an ordered dictionary (default `FALSE`)?
#'
Expand Down
2 changes: 1 addition & 1 deletion r/man/dictionary.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c092d30

Please sign in to comment.