Skip to content

Commit 9cc38c8

Browse files
Yunuuuuteunbrand
andauthored
Update R/coord-radial.R
Co-authored-by: Teun van den Brand <[email protected]>
1 parent cf9fab3 commit 9cc38c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/coord-radial.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
#' geom_point() +
4343
#' coord_radial(start = -0.4 * pi, end = 0.4 * pi, inner.radius = 0.3)
4444
#'
45-
#' # Similar with coord_cartesian(), you can set limtis, but note the `clip`
45+
#' # Similar with coord_cartesian(), you can set limits, but note the `clip`
4646
#' # area is not the same with the circle track area.
4747
#' ggplot(mtcars, aes(disp, mpg)) +
4848
#' geom_point() +

0 commit comments

Comments
 (0)