Skip to content

Commit

Permalink
Minor typos in documentation. (tidyverse#2069)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasjhorton authored and hadley committed Aug 15, 2016
1 parent 8b28b0b commit e760e4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/case_when.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#' A general vectorised if.
#'
#' This function allows you to vectorise mutiple \code{if} and \code{else if}
#' This function allows you to vectorise multiple \code{if} and \code{else if}
#' statements. It is an R equivalent of the SQL \code{CASE WHEN} statement.
#'
#' @param ... A sequence of two-sided formulas. The left hand side (LHS)
Expand Down
2 changes: 1 addition & 1 deletion R/recode.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#' and factors. For logical vectors, use \code{\link{if_else}}
#'
#' @param .x A vector to modify
#' @param ... Replacments. These should be named for character and factor
#' @param ... Replacements. These should be named for character and factor
#' \code{.x}, and can be named for numeric \code{.x}.
#'
#' All replacements must be the same type, and must have either
Expand Down

0 comments on commit e760e4e

Please sign in to comment.