Skip to content

Commit

Permalink
Merge pull request #226 from crtahlin/patch-2
Browse files Browse the repository at this point in the history
Fixed typo.
  • Loading branch information
wch committed Sep 6, 2013
2 parents e2509ed + ad584a9 commit 33b293f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/shinywrappers.R
Expand Up @@ -158,7 +158,7 @@ renderPlot <- function(expr, width='auto', height='auto', res=72, ...,
#' @param quoted Is \code{expr} a quoted expression (with \code{quote()})? This
#' is useful if you want to save an expression in a variable.
#' @param deleteFile Should the file in \code{func()$src} be deleted after
#' it is sent to the client browser? Genrrally speaking, if the image is a
#' it is sent to the client browser? Generally speaking, if the image is a
#' temp file generated within \code{func}, then this should be \code{TRUE};
#' if the image is not a temp file, this should be \code{FALSE}.
#'
Expand Down

0 comments on commit 33b293f

Please sign in to comment.