Skip to content

Commit

Permalink
fix: Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Oct 29, 2023
1 parent 2c29217 commit f0b7dd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/spec-arrow.R
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ stream_frame <- function(..., .select = NULL) {

select <- enquo(.select)

if (!quo_is_null(.select)) {
if (!quo_is_null(select)) {
data <-
data %>%
dplyr::select(!!select)
Expand Down

0 comments on commit f0b7dd1

Please sign in to comment.