Skip to content

Commit 8f2f398

Browse files
authored
fix wording in geom_ribbon
1 parent b456a6b commit 8f2f398

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/geom-ribbon.r

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#' @inheritParams layer
2323
#' @inheritParams geom_bar
2424
#' @param outline.type Type of the outline of the area; `"both"` draws both the
25-
#' upper and lower lines, `"upper"`/`"lower"` draws the either lines only.
25+
#' upper and lower lines, `"upper"`/`"lower"` draws the respective lines only.
2626
#' `"full"` draws a closed polygon around the area.
2727
#' @export
2828
#' @examples

0 commit comments

Comments
 (0)