Skip to content

Commit

Permalink
Fix wording (#2041)
Browse files Browse the repository at this point in the history
Fixes #2036
  • Loading branch information
jennybc authored Aug 15, 2024
1 parent 716fb14 commit 0e20668
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/pipe.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#' Use magrittr's pipe in your package
#'
#' Does setup necessary to use magrittr's pipe operator, `%>%` in your package.
#' This function requires the use roxygen.
#' This function requires the use of \pkg{roxygen2}.
#' * Adds magrittr to "Imports" in `DESCRIPTION`.
#' * Imports the pipe operator specifically, which is necessary for internal
#' use.
Expand Down
2 changes: 1 addition & 1 deletion man/use_pipe.Rd

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

0 comments on commit 0e20668

Please sign in to comment.