Skip to content

Commit 87c0c10

Browse files
mattansbteunbrand
andauthored
Update R/geom-histogram.R
Co-authored-by: Teun van den Brand <[email protected]>
1 parent 8445408 commit 87c0c10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/geom-histogram.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
#' geom_freqpoly(binwidth = 500)
6565
#'
6666
#'
67-
#' # When using the non-equal-width bins, we need to set the area of the bars to
67+
#' # When using the non-equal-width bins, we should set the area of the bars to
6868
#' # represent the counts (not the height).
6969
#' # Here we're using 10 equi-probable bins:
7070
#' price_bins <- quantile(diamonds$price, probs = seq(0, 1, length = 11))

0 commit comments

Comments
 (0)