Skip to content

Commit 9395803

Browse files
committed
Merge pull request #763 from BrianDiggs/fix/typo1
you -> your
2 parents 8faa879 + 5f17e5b commit 9395803

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

R/scale-continuous.r

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
#' m + scale_y_log10()
4444
#' m + scale_y_sqrt()
4545
#' m + scale_y_reverse()
46-
#' # You can also create you own and supply them to the trans argument.
46+
#' # You can also create your own and supply them to the trans argument.
4747
#' # See ?scale::trans_new
4848
#'
4949
#' # You can control the formatting of the labels with the formatter

man/scale_continuous.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ m + scale_x_continuous(breaks=c(2,5,8), labels=expression(Alpha, Beta, Omega))
7373
m + scale_y_log10()
7474
m + scale_y_sqrt()
7575
m + scale_y_reverse()
76-
# You can also create you own and supply them to the trans argument.
76+
# You can also create your own and supply them to the trans argument.
7777
# See ?scale::trans_new
7878

7979
# You can control the formatting of the labels with the formatter

0 commit comments

Comments
 (0)