Skip to content

Commit

Permalink
Fixed roxygen tag in examples of geom_linerange (#3123)
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchelloharawild authored and yutannihilation committed Feb 11, 2019
1 parent 0e93806 commit 18be30e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/geom-linerange.r
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#' @inheritParams layer
#' @inheritParams geom_point
#' @examples
#' #' # Create a simple example dataset
#' # Create a simple example dataset
#' df <- data.frame(
#' trt = factor(c(1, 1, 2, 2)),
#' resp = c(1, 5, 3, 4),
Expand Down
2 changes: 1 addition & 1 deletion man/geom_linerange.Rd

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

0 comments on commit 18be30e

Please sign in to comment.