Skip to content

Commit 675b8a5

Browse files
thisisnicCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent dbf0def commit 675b8a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

r/vignettes/data_types.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ If the value in R does not fall within the permissible range for the correspondi
9797
chunked_array(c(10L, 3L, 200L), type = int8())
9898
```
9999

100-
When translating from Arrow to R, integer types alway translate to R integers unless one of the following exceptions applies:
100+
When translating from Arrow to R, integer types always translate to R integers unless one of the following exceptions applies:
101101

102102
- Arrow uint64 types are always converted to numeric (double) vectors in R
103103
- If the value of an Arrow uint32 falls outside the range allowed for R integers, the result will be a numeric vector in R

0 commit comments

Comments
 (0)