Skip to content

Commit 9c7caef

Browse files
authored
Update pipe.R
1 parent 21093d0 commit 9c7caef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/pipe.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ pipe_nested <- function(lhs, rhs) {
261261
#' do not have a built-in data argument.
262262
#'
263263
#' @param lhs A list, environment, or a data.frame.
264-
#' @param rhs An expression where the names in lhs is available.
264+
#' @param rhs An expression where the names in lhs are available.
265265
#'
266266
#' @details Some functions, e.g. `lm` and `aggregate`, have a
267267
#' data argument, which allows the direct use of names inside the data as part

0 commit comments

Comments
 (0)