Skip to content

Commit

Permalink
Fixed typo in geom_histogram.md
Browse files Browse the repository at this point in the history
  • Loading branch information
coreywoodfield authored Apr 6, 2018
1 parent 3a98f7c commit 7dddf34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/lib/geoms/geom_histogram.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Draw histograms. An alias for [Geom.bar](@ref) with [Stat.histogram](@ref).
## Aesthetics

* `x`: Sample to draw histogram from.
* `color` (optional): Group categoricially by color.
* `color` (optional): Group categorically by color.


## Arguments
Expand Down

0 comments on commit 7dddf34

Please sign in to comment.