Skip to content

Commit f0149f4

Browse files
committed
Fix typo in stat_density help
1 parent 2d85ed3 commit f0149f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/stat-density.r

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#' @param kernel kernel used for density estimation, see
88
#' \code{\link{density}} for details
99
#' @param trim if \code{TRUE}, the default, densities are trimmed to the
10-
#' actually range of the data. If \code{FALSE}, they are extended by the
10+
#' actual range of the data. If \code{FALSE}, they are extended by the
1111
#' default 3 bandwidths (as specified by the \code{cut} parameter to
1212
#' \code{\link{density}})
1313
#' @param na.rm If \code{FALSE} (the default), removes missing values with

0 commit comments

Comments
 (0)