Skip to content

Commit f6ac17f

Browse files
authored
Fix typo in ggplot_build docs (#3076)
1 parent 0e5eb13 commit f6ac17f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

R/plot-build.r

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#' contain all information about axis limits, breaks etc.
77
#'
88
#' `layer_data()`, `layer_grob()`, and `layer_scales()` are helper
9-
#' functions that returns the data, grob, or scales associated with a given
9+
#' functions that return the data, grob, or scales associated with a given
1010
#' layer. These are useful for tests.
1111
#'
1212
#' @param plot ggplot object

man/ggplot_build.Rd

Lines changed: 1 addition & 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)