Skip to content

Commit 5797664

Browse files
committed
redocument
1 parent 7595556 commit 5797664

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

R/theme-elements.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,8 @@ element_rect <- S7::new_class(
138138

139139
#' @export
140140
#' @rdname element
141-
#' @param lineend Line end Line end style (round, butt, square)
141+
#' @param linejoin Line join style, one of `"round"`, `"mitre"` or `"bevel"`.
142+
#' @param lineend Line end style, one of `"round"`, `"butt"` or `"square"`.
142143
#' @param arrow Arrow specification, as created by [grid::arrow()]
143144
element_line <- S7::new_class(
144145
"element_line", parent = element,

man/element.Rd

Lines changed: 6 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)