Skip to content

Commit 0e20668

Browse files
authored
Fix wording (r-lib#2041)
Fixes r-lib#2036
1 parent 716fb14 commit 0e20668

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

R/pipe.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#' Use magrittr's pipe in your package
22
#'
33
#' Does setup necessary to use magrittr's pipe operator, `%>%` in your package.
4-
#' This function requires the use roxygen.
4+
#' This function requires the use of \pkg{roxygen2}.
55
#' * Adds magrittr to "Imports" in `DESCRIPTION`.
66
#' * Imports the pipe operator specifically, which is necessary for internal
77
#' use.

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