Skip to content

Commit 0e118d0

Browse files
committed
Merge pull request #1529 from talgalili/patch-2
typo (missing y)
2 parents 61f99b3 + 7a49a09 commit 0e118d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/stat-summary.r

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#'
33
#' \code{stat_summary} operates on unique \code{x}; \code{stat_summary_bin}
44
#' operators on binned \code{x}. They are more flexible versions of
5-
#' \code{\link{stat_bin}}: instead of just counting, the can compute any
5+
#' \code{\link{stat_bin}}: instead of just counting, they can compute any
66
#' aggregate.
77
#'
88
#' @section Aesthetics:

0 commit comments

Comments
 (0)