Skip to content

Commit

Permalink
Typos in documentation for coalesce() (tidyverse#1971)
Browse files Browse the repository at this point in the history
* Typos in documentation for coalesce()

* Revert changes to coalesce parameter description
  • Loading branch information
dgromer authored and hadley committed Aug 24, 2016
1 parent 0c33eb0 commit 827b482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/coalesce.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#' Find first non-missing element
#'
#' Given a set of vectors, \code{coelesce} finds the first non-missing value
#' Given a set of vectors, \code{coalesce} finds the first non-missing value
#' at each position. This is inspired by the SQL \code{COALESCE} function
#' which does the same thing for \code{NULL}s.
#'
Expand Down

0 comments on commit 827b482

Please sign in to comment.