Skip to content

Commit e9d4e5d

Browse files
Remove smart quotes (#3051)
1 parent 7f13dfa commit e9d4e5d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

R/utilities.r

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ expand_range4 <- function(limits, expand) {
227227
#' scale_x_discrete(expand = expand_scale(add = 2))
228228
#'
229229
#' # Reproduce the default range expansion used
230-
#' # when the expand argument is not specified
230+
#' # when the 'expand' argument is not specified
231231
#' ggplot(subset(diamonds, carat > 2), aes(cut, price)) +
232232
#' geom_jitter() +
233233
#' scale_x_discrete(expand = expand_scale(add = .6)) +

man/expand_scale.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)