Skip to content

Commit 6b08310

Browse files
remove extra % in widget template roxygen
1 parent f313d11 commit 6b08310

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inst/templates/widget_r.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ widget_html.${name} <- function(id, style, class, ...) {
3939
#' applications and interactive Rmd documents.
4040
#'
4141
#' @param outputId output variable to read from
42-
#' @param width,height Must be a valid CSS unit (like \code{'100\%%'},
42+
#' @param width,height Must be a valid CSS unit (like \code{'100\%'},
4343
#' \code{'400px'}, \code{'auto'}) or a number, which will be coerced to a
4444
#' string and have \code{'px'} appended.
4545
#' @param expr An expression that generates a ${name}

0 commit comments

Comments
 (0)