We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a51073 commit 99e23f3Copy full SHA for 99e23f3
1 file changed
R/pipe.R
@@ -72,7 +72,7 @@
72
#'
73
#' @section Technical notes:
74
#' 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
+#' their inputs and examine them to figure out how to proceed. First a function
76
#' is produced from all of the individual right-hand side expressions, and
77
#' then the result is obtained by applying this function to the left-hand side.
78
#' For most purposes, one can disregard the subtle aspects of magrittr's
0 commit comments