Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Jul 15, 2024
1 parent f913c0d commit a8b026e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions R/graphics.R
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ non_visual_calls <- c(

#' Trim away intermediate plots
#'
#' Trim off plots that are modified by subsequent lines to only shown
#' the final plot.
#' Trim off plots that are modified by subsequent lines to only show
#' the "final" plot.
#'
#' @param An evaluation object produced by [evaluate()].
#' @param x An evaluation object produced by [evaluate()].
#' @return A modified evaluation object.
#' @export
#' @examples
Expand Down
6 changes: 3 additions & 3 deletions man/trim_intermediate_plots.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a8b026e

Please sign in to comment.