Skip to content

Commit

Permalink
MINOR: [R] Fix spelling of delimiter (apache#38257)
Browse files Browse the repository at this point in the history
### Rationale for this change

Fix typo in docs introduced in apache#38232

### What changes are included in this PR?

Change spelling of "delimeter" to "delimiter"

### Are these changes tested?

No
### Are there any user-facing changes?

Just docs

Authored-by: Nic Crane <thisisnic@gmail.com>
Signed-off-by: Nic Crane <thisisnic@gmail.com>
  • Loading branch information
thisisnic authored Oct 13, 2023
1 parent 4bf777a commit e9aac8a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions r/R/csv.R
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
#' `readr::read_delim()`, and `col_select` was inspired by `vroom::vroom()`.
#'
#' `read_csv_arrow()` and `read_tsv_arrow()` are wrappers around
#' `read_delim_arrow()` that specify a delimeter. `read_csv2_arrow()` uses `;` for
#' the delimeter and `,` for the decimal point.
#' `read_delim_arrow()` that specify a delimiter. `read_csv2_arrow()` uses `;` for
#' the delimiter and `,` for the decimal point.
#'
#' Note that not all `readr` options are currently implemented here. Please file
#' an issue if you encounter one that `arrow` should support.
Expand Down
4 changes: 2 additions & 2 deletions r/man/read_delim_arrow.Rd

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

0 comments on commit e9aac8a

Please sign in to comment.