Skip to content

Commit

Permalink
Spelling typo (tidyverse#2173)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdlincoln authored and krlmlr committed Nov 7, 2016
1 parent 1ca6832 commit 22968b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/funs.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#' @examples
#' funs(mean, "mean", mean(., na.rm = TRUE))
#'
#' # Overide default names
#' # Override default names
#' funs(m1 = mean, m2 = "mean", m3 = mean(., na.rm = TRUE))
#'
#' # If you have function names in a vector, use funs_
Expand Down
2 changes: 1 addition & 1 deletion man/funs.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 22968b2

Please sign in to comment.