Skip to content

Commit 99e23f3

Browse files
authored
Fix a typo (verb agreement)
1 parent 9a51073 commit 99e23f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

R/pipe.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
#'
7373
#' @section Technical notes:
7474
#' The magrittr pipe operators use non-standard evaluation. They capture
75-
#' their inputs and examines them to figure out how to proceed. First a function
75+
#' their inputs and examine them to figure out how to proceed. First a function
7676
#' is produced from all of the individual right-hand side expressions, and
7777
#' then the result is obtained by applying this function to the left-hand side.
7878
#' For most purposes, one can disregard the subtle aspects of magrittr's

0 commit comments

Comments
 (0)