Skip to content

Commit 4df4260

Browse files
committed
docs
1 parent 3e3b413 commit 4df4260

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

r/R/dplyr-funcs-conditional.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ parse_formula_mapping <- function(x, formulas, mask, fn) {
160160
#' @param formulas List of two-sided formulas (value ~ replacement).
161161
#' @param from Vector of values to match (alternative to formulas).
162162
#' @param to Vector of replacement values (used with `from`).
163-
#' @param mask Data mask for evaluating formula expressions.
163+
#' @param mask The data mask for evaluating formula expressions.
164164
#' @keywords internal
165165
#' @noRd
166166
parse_value_mapping <- function(x, formulas = list(), from = NULL, to = NULL, mask) {

0 commit comments

Comments
 (0)