Skip to content

Commit

Permalink
fix typo (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
davechilders authored and hadley committed Jun 17, 2019
1 parent ffe19f9 commit 106ee05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layers.rmd
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ Geometric objects, or **geoms** for short, perform the actual rendering of the l
* `geom_ribbon()`: ribbons, a path with vertical thickness.
* `geom_segment()`: a line segment, specified by start and end position.
* `geom_rect()`: rectangles.
* `geom_polyon()`: filled polygons.
* `geom_polygon()`: filled polygons.
* `geom_text()`: text.

* One variable:
Expand Down

0 comments on commit 106ee05

Please sign in to comment.